emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110794: Minor rephrasing of previ


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110794: Minor rephrasing of previous variables.texi change
Date: Tue, 06 Nov 2012 00:02:25 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110794
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-11-06 00:02:25 -0800
message:
  Minor rephrasing of previous variables.texi change
modified:
  doc/lispref/variables.texi
=== modified file 'doc/lispref/variables.texi'
--- a/doc/lispref/variables.texi        2012-11-06 02:03:34 +0000
+++ b/doc/lispref/variables.texi        2012-11-06 08:02:25 +0000
@@ -2105,8 +2105,8 @@
 first binding the @code{setf} argument forms
 @code{(@var{value} @address@hidden)} 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))


reply via email to

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