]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor rephrasing of previous variables.texi change
authorGlenn Morris <rgm@gnu.org>
Tue, 6 Nov 2012 08:02:25 +0000 (00:02 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 6 Nov 2012 08:02:25 +0000 (00:02 -0800)
doc/lispref/variables.texi

index c1a18a81bc144737d4838ba6a520ffbaa5ff9799..a7134af20bd68bc64cb4c8c725fa64a88e9a3fdd 100644 (file)
@@ -2105,8 +2105,8 @@ This macro expands the form
 first binding the @code{setf} argument forms
 @code{(@var{value} @var{args}@dots{})} according to @var{arglist},
 and then executing @var{body}.  @var{body} should return a Lisp
-form that does the assignment.  Remember that it should return the
-value that was set.  An example of using this macro is:
+form that does the assignment, and finally returns the value that was
+set.  An example of using this macro is:
 
 @example
 (gv-define-setter caar (val x) `(setcar (car ,x) ,val))