From: Eli Zaretskii Date: Wed, 28 Nov 2018 07:28:36 +0000 (+0200) Subject: Fix a typo in a doc string X-Git-Tag: emacs-26.1.91~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74a3a795afbf092d4086e5ebb4dcf0254e7c8b46;p=emacs.git Fix a typo in a doc string * lisp/emacs-lisp/map-ynp.el (read-answer-short): Fix typo. (Bug#33528) --- 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." "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))