From 316f9bfc4a86ea729cccf12eaf0c03d94cbd2e48 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 7 Jan 2003 19:35:29 +0000 Subject: [PATCH] (Fread_variable): Doc fix. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */) DEFUN ("read-variable", Fread_variable, Sread_variable, 1, 2, 0, doc: /* Read the name of a user variable and return it as a symbol. Prompt with PROMPT. By default, return DEFAULT-VALUE. -A user variable is one whose documentation starts with a `*' character. */) +A user variable is one for which `user-variable-p' returns non-nil. */) (prompt, default_value) Lisp_Object prompt, default_value; { -- 2.39.2