* lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.
This commit is contained in:
parent
88ea396c42
commit
ed4530dbc9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue