diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-12 22:21:11 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-12 22:21:11 +0200 |
commit | 043d88862c43cebe2a29efa56816244db3df4dd2 (patch) | |
tree | 899b683934c78020a39b3f3ec46108b9c3b6c256 /lisp/emacs-lisp | |
parent | 9eda79fc8c2b3e66ff6934ef0a8f2b747c27d245 (diff) | |
download | emacs-043d88862c43cebe2a29efa56816244db3df4dd2.tar.gz emacs-043d88862c43cebe2a29efa56816244db3df4dd2.tar.bz2 emacs-043d88862c43cebe2a29efa56816244db3df4dd2.zip |
Make the cl-letf doc string link to the manual
* lisp/emacs-lisp/cl-macs.el (cl-letf): Add a link to the manual
from the doc string (bug#24459).
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index a02fae391bc..92154855f3b 100644 --- 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)]) |