projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eda79f
)
Make the cl-letf doc string link to the manual
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 12 Oct 2019 20:21:11 +0000
(22:21 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 12 Oct 2019 20:21:11 +0000
(22:21 +0200)
* lisp/emacs-lisp/cl-macs.el (cl-letf): Add a link to the manual
from the doc string (bug#24459).
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index a02fae391bc72d3975d7d53bb10955d97a16f09c..92154855f3b3d183986b1409dd86fdf28fd94c45 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-2577,6
+2577,8
@@
values. Note that this macro is *not* available in Common Lisp.
As a special case, if `(PLACE)' is used instead of `(PLACE VALUE)',
the PLACE is not modified before executing BODY.
+See info node `(cl) Function Bindings' for details.
+
\(fn ((PLACE VALUE) ...) BODY...)"
(declare (indent 1) (debug ((&rest [&or (symbolp form)
(gate gv-place &optional form)])