# HG changeset patch # User Markus Rost # Date 1041968129 0 # Node ID f9342d2eaa31579bd159ea198f2cf5e33dea7d7b # Parent 9cd789fbff754620eb2152e59045f58983b0f5b5 (Fread_variable): Doc fix. diff -r 9cd789fbff75 -r f9342d2eaa31 src/minibuf.c --- 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; {