diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-15 06:25:14 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-15 06:25:14 +0800 |
commit | f55f544f4010368eb422b07c086b205ee2e39cf4 (patch) | |
tree | 95b5ed2425a5d61592fcdfbd7a799a17c25533dd | |
parent | c463be09eb74597309dc4014ac7f96d0b05ce01c (diff) | |
download | emacs-f55f544f4010368eb422b07c086b205ee2e39cf4.tar.gz |
* doc/misc/cl.texi (Argument Lists): Add indexes for &key and &aux.
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/cl.texi | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c02987568a1..a05a9f67ac4 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -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. diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 6dfc41d83f3..49c02568475 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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 |