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
eab9d423
Commit
eab9d423
authored
Nov 13, 1994
by
Richard M. Stallman
Browse files
Comment change.
parent
681f5af4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
23 deletions
+2
-23
src/lisp.h
src/lisp.h
+2
-23
No files found.
src/lisp.h
View file @
eab9d423
...
...
@@ -889,30 +889,9 @@ typedef unsigned char UCHAR;
which contains the argument values.
UNEVALLED means pass the list of unevaluated arguments
`prompt' says how to read arguments for an interactive call.
This can be zero or a C string.
Zero means that interactive calls are not allowed.
A string is interpreted in a hairy way:
it should contain one line for each argument to be read, terminated by \n.
The first character of the line controls the type of parsing:
s -- read a string.
S -- read a symbol.
k -- read a key sequence and return it as a string.
a -- read a function name (symbol) with completion.
C -- read a command name (symbol) with completion.
v -- read a variable name (symbol) with completion.
b -- read a buffer name (a string) with completion.
B -- buffer name, may be existing buffer or may not be.
f -- read a file name, file must exist.
F -- read a file name, file need not exist.
n -- read a number.
c -- read a character and return it as a number.
p -- use the numeric value of the prefix argument.
P -- use raw value of prefix - can be nil, -, (NUMBER) or NUMBER.
x -- read a Lisp object from the minibuffer.
X -- read a Lisp form from the minibuffer and use its value.
See the doc string for `interactive'.
A null string means call interactively with no arguments.
`doc' is documentation for the user.
*/
`doc' is documentation for the user. */
#if !defined (__STDC__) || defined (USE_NONANSI_DEFUN)
#define DEFUN(lname, fnname, sname, minargs, maxargs, prompt, doc) \
...
...
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