From 63d2a70a42e39d71ef46ebc8bec3b17cc4244de8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 8 Sep 2026 16:00:51 +0300 Subject: [PATCH] ; * doc/emacs/maintaining.texi (Looking Up Identifiers): Minor addition. --- doc/emacs/maintaining.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 6bb7f30392e..49a281dabe5 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -2810,9 +2810,10 @@ prompts for it if none found or the command was invoked with a prefix argument. (If you want it to always prompt, customize @code{xref-prompt-for-identifier}.) The list of supported kinds depends on the backend, which are advised to use mnemonic keys and common sense. -For example, the Emacs Lisp mode has ``variable'', ``function alias'' -and ``face'' among its kinds, whereas Eglot (our built-in LSP Client) -uses ``declaration'', ``implementation'' and ``type definition''. +For example, the Emacs Lisp mode has ``variable'', ``function alias'', +``face'', and ``feature'' (a symbol that is @code{provide}d by some +package) among its kinds, whereas Eglot (our built-in LSP Client) uses +``declaration'', ``implementation'' and ``type definition''. @kindex C-M-. @findex xref-find-apropos