From: Glenn Morris Date: Mon, 29 Oct 2012 01:14:50 +0000 (-0700) Subject: Doc fix (use an alias to be consistent with the rest of this manual) X-Git-Tag: emacs-24.2.90~209^2~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1e1b6f3d38175ac7f84d9136bd5b8d4bc9f74e7;p=emacs.git Doc fix (use an alias to be consistent with the rest of this manual) --- diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 615a703f925..f05d72362d3 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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