]> git.eshelyaron.com Git - emacs.git/commitdiff
; Again correct node reference casing in doc/misc/eglot.texi
authorJoão Távora <joaotavora@gmail.com>
Sat, 18 Mar 2023 12:43:31 +0000 (12:43 +0000)
committerJoão Távora <joaotavora@gmail.com>
Sat, 18 Mar 2023 12:43:31 +0000 (12:43 +0000)
Emacs's info-generating Texinfo incantation seems to be case
insensitive, but others -- like Eglot's HTML manual generation -- is
case sensitive.

* doc/misc/eglot.texi (Eglot Features): Fix.

doc/misc/eglot.texi

index 4ab961a951f903ee0b329a6f8390679cdc095a5d..235a0523fff5ab0570ad0321f2cbd7629b438c1b 100644 (file)
@@ -468,7 +468,7 @@ In addition to enabling and enhancing other features and packages,
 Eglot also provides a number of user commands based on the
 capabilities of language servers.  Examples include renaming symbols
 with @kbd{eglot-rename} and asking to automatically correct problems
-with @kbd{eglot-code-actions}.  @xref{Eglot commands}.
+with @kbd{eglot-code-actions}.  @xref{Eglot Commands}.
 @end itemize
 
 Not all servers support the full set of LSP capabilities, but most of