emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 74a3a79: Fix a typo in a doc string


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 74a3a79: Fix a typo in a doc string
Date: Wed, 28 Nov 2018 02:29:22 -0500 (EST)

branch: emacs-26
commit 74a3a795afbf092d4086e5ebb4dcf0254e7c8b46
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in a doc string
    
    * lisp/emacs-lisp/map-ynp.el (read-answer-short): Fix typo.
    (Bug#33528)
---
 lisp/emacs-lisp/map-ynp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/map-ynp.el b/lisp/emacs-lisp/map-ynp.el
index 5b1786a..906f6c9 100644
--- a/lisp/emacs-lisp/map-ynp.el
+++ b/lisp/emacs-lisp/map-ynp.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]