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:
parent
9eda79fc8c
commit
043d88862c
1 changed files with 2 additions and 0 deletions
|
|
@ -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)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue