From: Xue Fuqiao Date: Wed, 7 Aug 2013 07:01:54 +0000 (+0800) Subject: doc/misc/cl.texi: Add index for compiler macro. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20940c206593a8e7bd4809348ff95a6f971c5528;p=emacs.git doc/misc/cl.texi: Add index for compiler macro. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index f3f26ad1fc4..922930efc93 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,7 +1,8 @@ 2013-08-07 Xue Fuqiao * cl.texi (Argument Lists): - (For Clauses): Add indexes. + (For Clauses): + (Macros): Add indexes. 2013-08-05 Xue Fuqiao diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 429d8a8b33f..6dfc41d83f3 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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.