emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9cca3fe: Doc fix for `defmacro'


From: Xue Fuqiao
Subject: [Emacs-diffs] master 9cca3fe: Doc fix for `defmacro'
Date: Sat, 03 Oct 2015 13:30:18 +0000

branch: master
commit 9cca3fe8baddee9b1d59d060340c69c98c22850e
Author: Xue Fuqiao <address@hidden>
Commit: Xue Fuqiao <address@hidden>

    Doc fix for `defmacro'
    
    * doc/lispref/objects.texi (Macro Type): `defmacro' is a macro now.
---
 doc/lispref/objects.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 0a19274..c650572 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -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
address@hidden function, but any list that begins with @code{macro} is
-a macro as far as Emacs is concerned.  @xref{Macros}, for an explanation
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]