changeset 49106:f9342d2eaa31

(Fread_variable): Doc fix.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 07 Jan 2003 19:35:29 +0000
parents 9cd789fbff75
children f9a683a36a83
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Tue Jan 07 19:33:57 2003 +0000
+++ b/src/minibuf.c	Tue Jan 07 19:35:29 2003 +0000
@@ -1035,7 +1035,7 @@
 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;
 {