; * doc/lispref/minibuf.texi (Text from Minibuffer): Mention alias.

This commit is contained in:
Eli Zaretskii 2023-09-16 08:55:17 +03:00
parent 65f4810003
commit e110312ad9

View file

@ -374,6 +374,7 @@ key, so the text properties are only preserved on the last three
characters. characters.
@end defvar @end defvar
@vindex minibuffer-mode-map
@defvar minibuffer-local-map @defvar minibuffer-local-map
This This
@anchor{Definition of minibuffer-local-map} @anchor{Definition of minibuffer-local-map}
@ -414,6 +415,9 @@ default, it makes the following bindings:
@code{file-cache-minibuffer-complete} @code{file-cache-minibuffer-complete}
@end ignore @end ignore
@end table @end table
@noindent
The variable @code{minibuffer-mode-map} is an alias for this variable.
@end defvar @end defvar
@defun read-no-blanks-input prompt &optional initial inherit-input-method @defun read-no-blanks-input prompt &optional initial inherit-input-method