emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 043d888: Make the cl-letf doc string link to the ma


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 043d888: Make the cl-letf doc string link to the manual
Date: Sat, 12 Oct 2019 16:21:20 -0400 (EDT)

branch: master
commit 043d88862c43cebe2a29efa56816244db3df4dd2
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 lisp/emacs-lisp/cl-macs.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index a02fae3..9215485 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)])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]