From 072c7b659c4b80e453666ba6c6724c3a547ffdb7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 6 Nov 2012 00:02:25 -0800 Subject: [PATCH] Minor rephrasing of previous variables.texi change --- doc/lispref/variables.texi | 4 ++-- 1 file 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 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)) -- 2.39.5