From e110312ad959f2119c788a97be60451b3231d652 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Sep 2023 08:55:17 +0300 Subject: [PATCH] ; * doc/lispref/minibuf.texi (Text from Minibuffer): Mention alias. --- doc/lispref/minibuf.texi | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2