aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Rost2003-01-07 19:35:29 +0000
committerMarkus Rost2003-01-07 19:35:29 +0000
commit316f9bfc4a86ea729cccf12eaf0c03d94cbd2e48 (patch)
tree2d7339756c91758262db5bf4ac0abf9d24ccb52c /src
parent225513e8ce1c3d593197a599a53cdfc1b0afef1e (diff)
downloademacs-316f9bfc4a86ea729cccf12eaf0c03d94cbd2e48.tar.gz
emacs-316f9bfc4a86ea729cccf12eaf0c03d94cbd2e48.zip
(Fread_variable): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
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. */)
1035DEFUN ("read-variable", Fread_variable, Sread_variable, 1, 2, 0, 1035DEFUN ("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.
1037Prompt with PROMPT. By default, return DEFAULT-VALUE. 1037Prompt with PROMPT. By default, return DEFAULT-VALUE.
1038A user variable is one whose documentation starts with a `*' character. */) 1038A 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{