diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/minibuf.texi | 20 |
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 |
| 2228 | where @var{long-answer} is the complete text of the user response, a | 2228 | where @var{long-answer} is the complete text of the user response, a |
| 2229 | string; @var{short-answer} is a short form of the same response, a | 2229 | string; @var{short-answer} is a short form of the same response, a |
| 2230 | single character; and @var{help-message} is the text that describes | 2230 | single character or a function key; and @var{help-message} is the text |
| 2231 | the meaning of the answer. If the variable @code{read-answer-short} | 2231 | that describes the meaning of the answer. If the variable |
| 2232 | is 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 |
| 2233 | possible answers and the user is expected to type the single | 2233 | short variants of the possible answers and the user is expected to |
| 2234 | characters shown in the prompt; otherwise the prompt will show the | 2234 | type the single characters/keys shown in the prompt; otherwise the |
| 2235 | long variants of the answers, and the user is expected to type the | 2235 | prompt will show the long variants of the answers, and the user is |
| 2236 | full text of one of the answers and end by pressing @key{RET}. If | 2236 | expected 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 | 2237 | pressing @key{RET}. If @code{use-dialog-box} is non-@code{nil}, and |
| 2238 | by mouse events, the question and the answers will be displayed in a | 2238 | this function was invoked by mouse events, the question and the |
| 2239 | GUI dialog box. | 2239 | answers will be displayed in a GUI dialog box. |
| 2240 | 2240 | ||
| 2241 | The function returns the text of the @var{long-answer} selected by the | 2241 | The function returns the text of the @var{long-answer} selected by the |
| 2242 | user, regardless of whether long or short answers were shown in the | 2242 | user, regardless of whether long or short answers were shown in the |