projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ea396
)
* lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.
author
Nicolas Richard
<youngfrog@members.fsf.org>
Tue, 23 Aug 2016 09:50:52 +0000
(11:50 +0200)
committer
Nicolas Richard
<youngfrog@members.fsf.org>
Wed, 31 Aug 2016 21:51:27 +0000
(23:51 +0200)
lisp/emacs-lisp/gv.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/gv.el
b/lisp/emacs-lisp/gv.el
index 93572e5e658e8e8c0764d94150cb1bf948786de0..fa7ac64bf04fc7cd0f2c39cded5b4a79e617a936 100644
(file)
--- 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