From 4bb65ed77a87c146d06f6c3803bd99dbfce213f1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 23 Nov 2023 16:43:17 +0200 Subject: [PATCH] ; * doc/lispref/minibuf.texi (Programmed Completion): Improve indexing. --- doc/lispref/minibuf.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 620c58ec6e9..67af4d0ad67 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -1977,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 @@ -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: @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 -- 2.39.5