mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 08:30:45 -08:00
Fix a typo in Eglot manual
* doc/misc/eglot.texi (Eglot and Buffers): Fix typo. Patch by david edmonds <edmonds.david.a@gmail.com>. (Bug#72634)
This commit is contained in:
parent
7b752a93a4
commit
6a512ab032
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
for the buffer. However, this minor mode provides a hook variable
|
||||||
@code{eglot-managed-mode-hook} that can be used to customize the Eglot
|
@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
|
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
|
@code{eglot-managed-p} to tell if current buffer is still being
|
||||||
managed or not. When Eglot stops managing the buffer, this minor mode
|
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
|
is turned off, and all the settings that Eglot changed are restored to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue