mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
; Eglot: fix a typo in a customization type
* lisp/progmodes/eglot.el (eglot-ignored-server-capabilities): Fix the value associated with the tag "Go to declaration". (Bug#62849) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
2f59595f5f
commit
1456adf424
@ -1673,7 +1673,7 @@ under cursor."
|
||||
(const :tag "Go to definition" :definitionProvider)
|
||||
(const :tag "Go to type definition" :typeDefinitionProvider)
|
||||
(const :tag "Go to implementation" :implementationProvider)
|
||||
(const :tag "Go to declaration" :implementationProvider)
|
||||
(const :tag "Go to declaration" :declarationProvider)
|
||||
(const :tag "Find references" :referencesProvider)
|
||||
(const :tag "Highlight symbols automatically" :documentHighlightProvider)
|
||||
(const :tag "List symbols in buffer" :documentSymbolProvider)
|
||||
|
Loading…
Reference in New Issue
Block a user