]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/gv.el (gv-synthetic-place): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 21 Sep 2022 14:18:40 +0000 (17:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 21 Sep 2022 14:18:40 +0000 (17:18 +0300)
lisp/emacs-lisp/gv.el

index d4aed3ac3916f6531ad099fd83ba8de1035df5aa..ade8064114dccc76eaaf1426bd05c692a9bedf87 100644 (file)
@@ -540,8 +540,10 @@ The return value is the last VAL in the list.
   "Special place described by its setter and getter.
 GETTER and SETTER (typically obtained via `gv-letplace') get and
 set that place.  I.e. this function allows you to do the
-\"reverse\" of what `gv-letplace' does.  This function only makes
-sense when used in a place."
+\"reverse\" of what `gv-letplace' does.
+
+This function is only useful when used in conjunction with
+generalized variables in place forms."
   (declare (gv-expander funcall) (compiler-macro (lambda (_) getter)))
   (ignore setter)
   getter)