mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * doc/lispref/minibuf.texi (Programmed Completion): Improve indexing.
This commit is contained in:
parent
dfb3dcb404
commit
4bb65ed77a
1 changed files with 3 additions and 0 deletions
|
|
@ -1977,6 +1977,7 @@ the piece of the prefix and suffix covered by the completion
|
||||||
boundaries. @xref{Basic Completion}, for the precise expected semantics
|
boundaries. @xref{Basic Completion}, for the precise expected semantics
|
||||||
of completion boundaries.
|
of completion boundaries.
|
||||||
|
|
||||||
|
@cindex completion metadata
|
||||||
@item metadata
|
@item metadata
|
||||||
This specifies a request for information about the state of the
|
This specifies a request for information about the state of the
|
||||||
current completion. The return value should have the form
|
current completion. The return value should have the form
|
||||||
|
|
@ -1993,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:
|
may return in response to a @code{metadata} flag argument:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
@cindex @code{category}, in completion
|
||||||
|
@cindex completion category
|
||||||
@item category
|
@item category
|
||||||
The value should be a symbol describing what kind of text the
|
The value should be a symbol describing what kind of text the
|
||||||
completion function is trying to complete. If the symbol matches one
|
completion function is trying to complete. If the symbol matches one
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue