diff options
| author | Eli Zaretskii | 2018-11-28 09:28:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-11-28 09:28:36 +0200 |
| commit | 74a3a795afbf092d4086e5ebb4dcf0254e7c8b46 (patch) | |
| tree | 8ca1d411e825a436c9af96be5e9c37df431e4cbe | |
| parent | 911766d419ad9d36c01371ac88cefb415bd77919 (diff) | |
| download | emacs-74a3a795afbf092d4086e5ebb4dcf0254e7c8b46.tar.gz emacs-74a3a795afbf092d4086e5ebb4dcf0254e7c8b46.zip | |
Fix a typo in a doc string
* lisp/emacs-lisp/map-ynp.el (read-answer-short): Fix typo.
(Bug#33528)
| -rw-r--r-- | lisp/emacs-lisp/map-ynp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/map-ynp.el b/lisp/emacs-lisp/map-ynp.el index 5b1786af512..906f6c96a54 100644 --- a/lisp/emacs-lisp/map-ynp.el +++ b/lisp/emacs-lisp/map-ynp.el | |||
| @@ -269,7 +269,7 @@ the current %s and exit." | |||
| 269 | "If non-nil, `read-answer' accepts single-character answers. | 269 | "If non-nil, `read-answer' accepts single-character answers. |
| 270 | If t, accept short (single key-press) answers to the question. | 270 | If t, accept short (single key-press) answers to the question. |
| 271 | If nil, require long answers. If `auto', accept short answers if | 271 | If nil, require long answers. If `auto', accept short answers if |
| 272 | the function cell of `yes-or-no-p' is set to `y-or-on-p'." | 272 | the function cell of `yes-or-no-p' is set to `y-or-n-p'." |
| 273 | :type '(choice (const :tag "Accept short answers" t) | 273 | :type '(choice (const :tag "Accept short answers" t) |
| 274 | (const :tag "Require long answer" nil) | 274 | (const :tag "Require long answer" nil) |
| 275 | (const :tag "Guess preference" auto)) | 275 | (const :tag "Guess preference" auto)) |