1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00

Fix read-no-blanks-input doc string typo

* lisp/minibuffer.el (read-no-blanks-input): Fix doc string typo.
This commit is contained in:
Lars Ingebrigtsen 2021-09-12 14:11:53 +02:00
parent ac2498ad1c
commit db5fbc7af8

View file

@ -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."