mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add some cl- concept index entries
* doc/misc/cl.texi (Argument Lists): Add a couple of concept index entried (bug#13606).
This commit is contained in:
parent
e67503dc48
commit
64538328da
1 changed files with 2 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ arranges for the processing of keyword arguments, default values,
|
|||
etc., to be done at compile-time whenever possible.
|
||||
@end defmac
|
||||
|
||||
@cindex &allow-other-keys
|
||||
@defmac cl-defmacro name arglist body@dots{}
|
||||
This is identical to the regular @code{defmacro} form,
|
||||
except that @var{arglist} is allowed to be a full Common Lisp
|
||||
|
|
@ -438,6 +439,7 @@ function call, like this:
|
|||
(bar :a 10 'baz 42)
|
||||
@end example
|
||||
|
||||
@cindex &allow-other-keys
|
||||
Ordinarily, it is an error to pass an unrecognized keyword to
|
||||
a function, e.g., @code{(foo 1 2 :c 3 :goober 4)}. You can ask
|
||||
Lisp to ignore unrecognized keywords, either by adding the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue