]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix (use an alias to be consistent with the rest of this manual)
authorGlenn Morris <rgm@gnu.org>
Mon, 29 Oct 2012 01:14:50 +0000 (18:14 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 29 Oct 2012 01:14:50 +0000 (18:14 -0700)
doc/misc/cl.texi

index 615a703f9255c8ca7efa2de8cf81d4890c2c2a4b..f05d72362d377963bbfecf8c3f21495ff4229f62 100644 (file)
@@ -5089,7 +5089,7 @@ This section describes some obsolete ways to extend @code{setf}.
 They are replaced by @file{gv.el} in Emacs 24.3.
 
 @c FIXME.
-@defmac define-setf-expander name arglist &rest body
+@defmac define-setf-method name arglist &rest body
 Use @file{gv.el}.
 @end defmac