From: Eli Zaretskii Date: Sat, 17 Aug 2024 10:07:56 +0000 (+0300) Subject: Fix a typo in Eglot manual X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0dafb936e4467cb65df3a9b89d8f06c7682c1e23;p=emacs.git Fix a typo in Eglot manual * doc/misc/eglot.texi (Eglot and Buffers): Fix typo. Patch by david edmonds . (Bug#72634) (cherry picked from commit 6a512ab032e960cb027cd2d80b09fb909640f1c5) --- diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index ba7aeb448e5..fb5b618bd84 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -600,7 +600,7 @@ user, but automatically, as the result of starting an Eglot session for the buffer. However, this minor mode provides a hook variable @code{eglot-managed-mode-hook} that can be used to customize the Eglot management of the buffer. This hook is run both when the minor mode -is turned on and when it's turned off; use the variable +is turned on and when it's turned off; use the function @code{eglot-managed-p} to tell if current buffer is still being managed or not. When Eglot stops managing the buffer, this minor mode is turned off, and all the settings that Eglot changed are restored to