aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-13 20:54:28 +0000
committerRichard M. Stallman1994-11-13 20:54:28 +0000
commiteab9d4233d5b26ba0320375685050225f757e148 (patch)
tree3044d5d9ca08ff143ca036857d2f25a4986bff88 /src
parent681f5af46e207240f51432cb07dd8eb4f4bfdcf1 (diff)
downloademacs-eab9d4233d5b26ba0320375685050225f757e148.tar.gz
emacs-eab9d4233d5b26ba0320375685050225f757e148.zip
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 313b41ab4bd..dd155c140b7 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -889,30 +889,9 @@ typedef unsigned char UCHAR;
889 which contains the argument values. 889 which contains the argument values.
890 UNEVALLED means pass the list of unevaluated arguments 890 UNEVALLED means pass the list of unevaluated arguments
891 `prompt' says how to read arguments for an interactive call. 891 `prompt' says how to read arguments for an interactive call.
892 This can be zero or a C string. 892 See the doc string for `interactive'.
893 Zero means that interactive calls are not allowed.
894 A string is interpreted in a hairy way:
895 it should contain one line for each argument to be read, terminated by \n.
896 The first character of the line controls the type of parsing:
897 s -- read a string.
898 S -- read a symbol.
899 k -- read a key sequence and return it as a string.
900 a -- read a function name (symbol) with completion.
901 C -- read a command name (symbol) with completion.
902 v -- read a variable name (symbol) with completion.
903 b -- read a buffer name (a string) with completion.
904 B -- buffer name, may be existing buffer or may not be.
905 f -- read a file name, file must exist.
906 F -- read a file name, file need not exist.
907 n -- read a number.
908 c -- read a character and return it as a number.
909 p -- use the numeric value of the prefix argument.
910 P -- use raw value of prefix - can be nil, -, (NUMBER) or NUMBER.
911 x -- read a Lisp object from the minibuffer.
912 X -- read a Lisp form from the minibuffer and use its value.
913 A null string means call interactively with no arguments. 893 A null string means call interactively with no arguments.
914 `doc' is documentation for the user. 894 `doc' is documentation for the user. */
915*/
916 895
917#if !defined (__STDC__) || defined (USE_NONANSI_DEFUN) 896#if !defined (__STDC__) || defined (USE_NONANSI_DEFUN)
918#define DEFUN(lname, fnname, sname, minargs, maxargs, prompt, doc) \ 897#define DEFUN(lname, fnname, sname, minargs, maxargs, prompt, doc) \