]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a doc string
authorEli Zaretskii <eliz@gnu.org>
Wed, 28 Nov 2018 07:28:36 +0000 (09:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 28 Nov 2018 07:28:36 +0000 (09:28 +0200)
* lisp/emacs-lisp/map-ynp.el (read-answer-short): Fix typo.
(Bug#33528)

lisp/emacs-lisp/map-ynp.el

index 5b1786af51245041bc8c0baf32fe5befd63d40b1..906f6c96a54e468f72c0276a04c6d866dcb57f3d 100644 (file)
@@ -269,7 +269,7 @@ the current %s and exit."
   "If non-nil, `read-answer' accepts single-character answers.
 If t, accept short (single key-press) answers to the question.
 If nil, require long answers.  If `auto', accept short answers if
-the function cell of `yes-or-no-p' is set to `y-or-on-p'."
+the function cell of `yes-or-no-p' is set to `y-or-n-p'."
   :type '(choice (const :tag "Accept short answers" t)
                  (const :tag "Require long answer" nil)
                  (const :tag "Guess preference" auto))