mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
Minor rephrasing of previous variables.texi change
This commit is contained in:
parent
a358a44ec4
commit
072c7b659c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user