]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for `defmacro'
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 3 Oct 2015 13:24:09 +0000 (21:24 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 3 Oct 2015 13:24:09 +0000 (21:24 +0800)
* doc/lispref/objects.texi (Macro Type): `defmacro' is a macro now.

doc/lispref/objects.texi

index 0a19274f6a1f34fef21d64bd6d5ed164186bde77..c65057202a01b135afce6faa61a8f9087877026a 100644 (file)
@@ -1279,8 +1279,8 @@ list whose first element is the symbol @code{macro} and whose @sc{cdr}
 is a Lisp function object, including the @code{lambda} symbol.
 
   Lisp macro objects are usually defined with the built-in
-@code{defmacro} function, but any list that begins with @code{macro} is
-macro as far as Emacs is concerned.  @xref{Macros}, for an explanation
+@code{defmacro} macro, but any list that begins with @code{macro} is a
+macro as far as Emacs is concerned.  @xref{Macros}, for an explanation
 of how to write a macro.
 
   @strong{Warning}: Lisp macros and keyboard macros (@pxref{Keyboard