]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fread_variable): Doc fix.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 Jan 2003 19:35:29 +0000 (19:35 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 Jan 2003 19:35:29 +0000 (19:35 +0000)
src/minibuf.c

index a8b97cf4695cc43b8865d9ca2eabe6a0fce55440..7471a14bb4c049713fa6b46402957ba20109794f 100644 (file)
@@ -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;
 {