]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/cl.texi (Argument Lists): Add indexes for &key and &aux.
authorXue Fuqiao <xfq.free@gmail.com>
Mon, 14 Oct 2013 22:25:14 +0000 (06:25 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Mon, 14 Oct 2013 22:25:14 +0000 (06:25 +0800)
doc/misc/ChangeLog
doc/misc/cl.texi

index c02987568a10f69c078c16f18e10b1d11c376925..a05a9f67ac4666f053bed0eb713cfdd029b62d81 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-14  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * cl.texi (Argument Lists): Add indexes for &key and &aux.
+
 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
 
        * trampver.texi: Update release number.
index 6dfc41d83f3637c621dc1484662881c5ca9ac689..49c0256847557d22261b7301aa566b64aeaa6e5b 100644 (file)
@@ -273,6 +273,8 @@ and the @code{cl-eval-when} construct.
 
 @node Argument Lists
 @section Argument Lists
+@cindex &key
+@cindex &aux
 
 @noindent
 Emacs Lisp's notation for argument lists of functions is a subset of