summaryrefslogtreecommitdiff
path: root/doc/lispref/minibuf.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/minibuf.texi')
-rw-r--r--doc/lispref/minibuf.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 5ef061891b9..8c610018745 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990--1995, 1998--1999, 2001--2023 Free Software
+@c Copyright (C) 1990--1995, 1998--1999, 2001--2024 Free Software
@c Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@node Minibuffers
@@ -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
@@ -1973,6 +1977,7 @@ the piece of the prefix and suffix covered by the completion
boundaries. @xref{Basic Completion}, for the precise expected semantics
of completion boundaries.
+@cindex completion metadata
@item metadata
This specifies a request for information about the state of the
current completion. The return value should have the form
@@ -1989,6 +1994,8 @@ The following is a list of metadata entries that a completion function
may return in response to a @code{metadata} flag argument:
@table @code
+@cindex @code{category}, in completion
+@cindex completion category
@item category
The value should be a symbol describing what kind of text the
completion function is trying to complete. If the symbol matches one