aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/gv.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el
index 93572e5e658..fa7ac64bf04 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."
536 "Return a reference to PLACE. 536 "Return a reference to PLACE.
537This is like the `&' operator of the C language. 537This is like the `&' operator of the C language.
538Note: this only works reliably with lexical binding mode, except for very 538Note: this only works reliably with lexical binding mode, except for very
539simple PLACEs such as (function-symbol \\='foo) which will also work in dynamic 539simple PLACEs such as (symbol-function \\='foo) which will also work in dynamic
540binding mode." 540binding mode."
541 (let ((code 541 (let ((code
542 (gv-letplace (getter setter) place 542 (gv-letplace (getter setter) place