diff options
| author | Markus Rost | 2003-01-07 19:35:29 +0000 |
|---|---|---|
| committer | Markus Rost | 2003-01-07 19:35:29 +0000 |
| commit | 316f9bfc4a86ea729cccf12eaf0c03d94cbd2e48 (patch) | |
| tree | 2d7339756c91758262db5bf4ac0abf9d24ccb52c | |
| parent | 225513e8ce1c3d593197a599a53cdfc1b0afef1e (diff) | |
| download | emacs-316f9bfc4a86ea729cccf12eaf0c03d94cbd2e48.tar.gz emacs-316f9bfc4a86ea729cccf12eaf0c03d94cbd2e48.zip | |
(Fread_variable): Doc fix.
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index a8b97cf4695..7471a14bb4c 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1035,7 +1035,7 @@ Prompt with PROMPT. */) | |||
| 1035 | DEFUN ("read-variable", Fread_variable, Sread_variable, 1, 2, 0, | 1035 | DEFUN ("read-variable", Fread_variable, Sread_variable, 1, 2, 0, |
| 1036 | doc: /* Read the name of a user variable and return it as a symbol. | 1036 | doc: /* Read the name of a user variable and return it as a symbol. |
| 1037 | Prompt with PROMPT. By default, return DEFAULT-VALUE. | 1037 | Prompt with PROMPT. By default, return DEFAULT-VALUE. |
| 1038 | A user variable is one whose documentation starts with a `*' character. */) | 1038 | A user variable is one for which `user-variable-p' returns non-nil. */) |
| 1039 | (prompt, default_value) | 1039 | (prompt, default_value) |
| 1040 | Lisp_Object prompt, default_value; | 1040 | Lisp_Object prompt, default_value; |
| 1041 | { | 1041 | { |