aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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{