]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the cl-letf doc string link to the manual
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Oct 2019 20:21:11 +0000 (22:21 +0200)
committerLars 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

index a02fae391bc72d3975d7d53bb10955d97a16f09c..92154855f3b3d183986b1409dd86fdf28fd94c45 100644 (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)])