diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-09-16 08:55:17 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-09-16 08:55:17 +0300 |
commit | e110312ad959f2119c788a97be60451b3231d652 (patch) | |
tree | 158a84ee0ce9dabab7803c1ea5c8f0c61097ba33 /doc/lispref | |
parent | 65f4810003b617ea2e5a1149ad66521640bd7fec (diff) | |
download | emacs-e110312ad959f2119c788a97be60451b3231d652.tar.gz emacs-e110312ad959f2119c788a97be60451b3231d652.tar.bz2 emacs-e110312ad959f2119c788a97be60451b3231d652.zip |
; * doc/lispref/minibuf.texi (Text from Minibuffer): Mention alias.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/minibuf.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 5ef061891b9..620c58ec6e9 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -374,6 +374,7 @@ key, so the text properties are only preserved on the last three characters. @end defvar +@vindex minibuffer-mode-map @defvar minibuffer-local-map This @anchor{Definition of minibuffer-local-map} @@ -414,6 +415,9 @@ default, it makes the following bindings: @code{file-cache-minibuffer-complete} @end ignore @end table + +@noindent +The variable @code{minibuffer-mode-map} is an alias for this variable. @end defvar @defun read-no-blanks-input prompt &optional initial inherit-input-method |