aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/minibuf.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 1266cf8ef65..c1615993f5e 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -2227,16 +2227,16 @@ the end of @var{question}. The possible responses are provided in
2227@noindent 2227@noindent
2228where @var{long-answer} is the complete text of the user response, a 2228where @var{long-answer} is the complete text of the user response, a
2229string; @var{short-answer} is a short form of the same response, a 2229string; @var{short-answer} is a short form of the same response, a
2230single character; and @var{help-message} is the text that describes 2230single character or a function key; and @var{help-message} is the text
2231the meaning of the answer. If the variable @code{read-answer-short} 2231that describes the meaning of the answer. If the variable
2232is non-@code{nil}, the prompt will show the short variants of the 2232@code{read-answer-short} is non-@code{nil}, the prompt will show the
2233possible answers and the user is expected to type the single 2233short variants of the possible answers and the user is expected to
2234characters shown in the prompt; otherwise the prompt will show the 2234type the single characters/keys shown in the prompt; otherwise the
2235long variants of the answers, and the user is expected to type the 2235prompt will show the long variants of the answers, and the user is
2236full text of one of the answers and end by pressing @key{RET}. If 2236expected to type the full text of one of the answers and end by
2237@code{use-dialog-box} is non-@code{nil}, and this function was invoked 2237pressing @key{RET}. If @code{use-dialog-box} is non-@code{nil}, and
2238by mouse events, the question and the answers will be displayed in a 2238this function was invoked by mouse events, the question and the
2239GUI dialog box. 2239answers will be displayed in a GUI dialog box.
2240 2240
2241The function returns the text of the @var{long-answer} selected by the 2241The function returns the text of the @var{long-answer} selected by the
2242user, regardless of whether long or short answers were shown in the 2242user, regardless of whether long or short answers were shown in the