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 /doc/misc/cl.texi | |
parent | c463be09eb74597309dc4014ac7f96d0b05ce01c (diff) | |
download | emacs-f55f544f4010368eb422b07c086b205ee2e39cf4.tar.gz |
* doc/misc/cl.texi (Argument Lists): Add indexes for &key and &aux.
Diffstat (limited to 'doc/misc/cl.texi')
-rw-r--r-- | doc/misc/cl.texi | 2 |
1 files changed, 2 insertions, 0 deletions
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 |