aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-11-13 20:54:28 +0000
committerRichard M. Stallman <[email protected]>1994-11-13 20:54:28 +0000
commiteab9d4233d5b26ba0320375685050225f757e148 (patch)
tree3044d5d9ca08ff143ca036857d2f25a4986bff88 /src
parent681f5af46e207240f51432cb07dd8eb4f4bfdcf1 (diff)
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 313b41ab4b..dd155c140b 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -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) \