Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aad52941
Commit
aad52941
authored
Nov 29, 2000
by
Dave Love
Browse files
subr-arity
parent
6ad948eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
lispref/functions.texi
lispref/functions.texi
+10
-0
No files found.
lispref/functions.texi
View file @
aad52941
...
...
@@ -144,6 +144,16 @@ function. For example:
@end example
@end defun
@defun subr-arity subr
@tindex subr-arity
This function provides information about the argument list of a
primitive, @var{subr}. The returned value is a pair
@code{(@var{min} . @var{max})}. @var{min} is the minimum number of
args. @var{max} is the maximum number or the symbol @code{many}, for a
function with @code{&rest} arguments, or the symbol @code{unevalled} if
@var{subr} is a special form.
@end defun
@node Lambda Expressions
@section Lambda Expressions
@cindex lambda expression
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment