diff options
| author | Glenn Morris | 2012-11-06 00:02:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-06 00:02:25 -0800 |
| commit | 072c7b659c4b80e453666ba6c6724c3a547ffdb7 (patch) | |
| tree | 9e329eaf7807f8267880211cac908efbc80a400f /doc | |
| parent | a358a44ec43e9e521c9a1084c096c9eaeaa7654b (diff) | |
| download | emacs-072c7b659c4b80e453666ba6c6724c3a547ffdb7.tar.gz emacs-072c7b659c4b80e453666ba6c6724c3a547ffdb7.zip | |
Minor rephrasing of previous variables.texi change
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/variables.texi | 4 |
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 | |||
| 2105 | first binding the @code{setf} argument forms | 2105 | first 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}, |
| 2107 | and then executing @var{body}. @var{body} should return a Lisp | 2107 | and then executing @var{body}. @var{body} should return a Lisp |
| 2108 | form that does the assignment. Remember that it should return the | 2108 | form that does the assignment, and finally returns the value that was |
| 2109 | value that was set. An example of using this macro is: | 2109 | set. 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)) |