From db5fbc7af85daafaff9dde39d1966b8c97a4abd2 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 12 Sep 2021 14:11:53 +0200 Subject: [PATCH] Fix read-no-blanks-input doc string typo * lisp/minibuffer.el (read-no-blanks-input): Fix doc string typo. --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 8a0122ae5f6..539a2c28cde 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -2683,7 +2683,7 @@ Such values are treated as in `read-from-minibuffer', but are normally not useful in this function.) Third arg INHERIT-INPUT-METHOD, if non-nil, means the minibuffer inherits -the current input method and the setting of`enable-multibyte-characters'. +the current input method and the setting of `enable-multibyte-characters'. If `inhibit-interaction' is non-nil, this function will signal an `inhibited-interaction' error." -- 2.39.5