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:
parent
ac2498ad1c
commit
db5fbc7af8
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue