]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/misc/cl.texi: Add index for compiler macro.
authorXue Fuqiao <xfq.free@gmail.com>
Wed, 7 Aug 2013 07:01:54 +0000 (15:01 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Wed, 7 Aug 2013 07:01:54 +0000 (15:01 +0800)
doc/misc/ChangeLog
doc/misc/cl.texi

index f3f26ad1fc4e87ac41a8bb8de4746cdd7de5afd7..922930efc934dfee9648f84d33b852b37b0b79fa 100644 (file)
@@ -1,7 +1,8 @@
 2013-08-07  Xue Fuqiao  <xfq.free@gmail.com>
 
        * cl.texi (Argument Lists):
-       (For Clauses): Add indexes.
+       (For Clauses):
+       (Macros): Add indexes.
 
 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
 
index 429d8a8b33ffa3c9768c4f5e345718e394d3979a..6dfc41d83f3637c621dc1484662881c5ca9ac689 100644 (file)
@@ -2506,6 +2506,8 @@ if @var{expr} returns a list of the wrong number of arguments
 or with incorrect keyword arguments.
 @end defmac
 
+@cindex compiler macros
+@cindex define compiler macros
 This package also includes the Common Lisp @code{define-compiler-macro}
 facility, which allows you to define compile-time expansions and
 optimizations for your functions.