emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 ed4530d: * lisp/emacs-lisp/gv.el (gv-ref): Fix ex


From: Nicolas Richard
Subject: [Emacs-diffs] emacs-25 ed4530d: * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.
Date: Wed, 31 Aug 2016 21:54:46 +0000 (UTC)

branch: emacs-25
commit ed4530dbc9c1ececa2b6f9c490f213746f336690
Author: Nicolas Richard <address@hidden>
Commit: Nicolas Richard <address@hidden>

    * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.
---
 lisp/emacs-lisp/gv.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el
index 93572e5..fa7ac64 100644
--- a/lisp/emacs-lisp/gv.el
+++ b/lisp/emacs-lisp/gv.el
@@ -536,7 +536,7 @@ This macro only makes sense when used in a place."
   "Return a reference to PLACE.
 This is like the `&' operator of the C language.
 Note: this only works reliably with lexical binding mode, except for very
-simple PLACEs such as (function-symbol \\='foo) which will also work in dynamic
+simple PLACEs such as (symbol-function \\='foo) which will also work in dynamic
 binding mode."
   (let ((code
          (gv-letplace (getter setter) place



reply via email to

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