aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-06 00:02:25 -0800
committerGlenn Morris2012-11-06 00:02:25 -0800
commit072c7b659c4b80e453666ba6c6724c3a547ffdb7 (patch)
tree9e329eaf7807f8267880211cac908efbc80a400f /doc
parenta358a44ec43e9e521c9a1084c096c9eaeaa7654b (diff)
downloademacs-072c7b659c4b80e453666ba6c6724c3a547ffdb7.tar.gz
emacs-072c7b659c4b80e453666ba6c6724c3a547ffdb7.zip
Minor rephrasing of previous variables.texi change
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/variables.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index c1a18a81bc1..a7134af20bd 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -2105,8 +2105,8 @@ This macro expands the form
2105first binding the @code{setf} argument forms 2105first binding the @code{setf} argument forms
2106@code{(@var{value} @var{args}@dots{})} according to @var{arglist}, 2106@code{(@var{value} @var{args}@dots{})} according to @var{arglist},
2107and then executing @var{body}. @var{body} should return a Lisp 2107and then executing @var{body}. @var{body} should return a Lisp
2108form that does the assignment. Remember that it should return the 2108form that does the assignment, and finally returns the value that was
2109value that was set. An example of using this macro is: 2109set. An example of using this macro is:
2110 2110
2111@example 2111@example
2112(gv-define-setter caar (val x) `(setcar (car ,x) ,val)) 2112(gv-define-setter caar (val x) `(setcar (car ,x) ,val))