emacs-diffs
[Top][All Lists]
Advanced

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

master 5f6e1c059c: ; * lisp/emacs-lisp/gv.el (gv-synthetic-place): Doc f


From: Eli Zaretskii
Subject: master 5f6e1c059c: ; * lisp/emacs-lisp/gv.el (gv-synthetic-place): Doc fix.
Date: Wed, 21 Sep 2022 10:19:00 -0400 (EDT)

branch: master
commit 5f6e1c059c601a1be1981347b29604eda2e2f385
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/emacs-lisp/gv.el (gv-synthetic-place): Doc fix.
---
 lisp/emacs-lisp/gv.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el
index d4aed3ac39..ade8064114 100644
--- a/lisp/emacs-lisp/gv.el
+++ b/lisp/emacs-lisp/gv.el
@@ -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)



reply via email to

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