emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 b75e489362b: ; Again correct node reference casing in doc/misc/


From: João Távora
Subject: emacs-29 b75e489362b: ; Again correct node reference casing in doc/misc/eglot.texi
Date: Sat, 18 Mar 2023 08:42:12 -0400 (EDT)

branch: emacs-29
commit b75e489362ba00c3b1f531988c612e4ad8d9231b
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    ; Again correct node reference casing in doc/misc/eglot.texi
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index 4ab961a951f..235a0523fff 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]