emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ac1270d 2/2: Fread_variable doc string clarification


From: Lars Ingebrigtsen
Subject: master ac1270d 2/2: Fread_variable doc string clarification
Date: Fri, 21 Aug 2020 10:56:05 -0400 (EDT)

branch: master
commit ac1270de400c643c422ca9475ed9497cef818ad4
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fread_variable doc string clarification
    
    * src/minibuf.c (Fread_variable): Doc string clarification (bug#38886).
---
 src/minibuf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/minibuf.c b/src/minibuf.c
index e18ff17..f957b2a 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1039,7 +1039,7 @@ Prompt with PROMPT.  */)
 DEFUN ("read-variable", Fread_variable, Sread_variable, 1, 2, 0,
        doc: /* Read the name of a user option and return it as a symbol.
 Prompt with PROMPT.  By default, return DEFAULT-VALUE or its first element
-if it is a list.
+if it is a list of strings.
 A user option, or customizable variable, is one for which
 `custom-variable-p' returns non-nil.  */)
   (Lisp_Object prompt, Lisp_Object default_value)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]