1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

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).
This commit is contained in:
Lars Ingebrigtsen 2019-10-12 22:21:11 +02:00
parent 9eda79fc8c
commit 043d88862c

View file

@ -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)])