From ac1270de400c643c422ca9475ed9497cef818ad4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 21 Aug 2020 16:55:55 +0200 Subject: [PATCH] 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 e18ff17abbf..f957b2ae173 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) -- 2.39.2