mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * doc/emacs/maintaining.texi (Looking Up Identifiers): Minor addition.
This commit is contained in:
parent
ed6366876c
commit
63d2a70a42
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue