Doc fix for `defmacro'
* doc/lispref/objects.texi (Macro Type): `defmacro' is a macro now.
This commit is contained in:
parent
b235ceaaf6
commit
9cca3fe8ba
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
a 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
|
||||
|
|
Loading…
Add table
Reference in a new issue