diff options
| author | Stefan Monnier | 2023-01-14 09:10:45 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2023-01-14 09:10:45 -0500 |
| commit | 4f0459aaf756e56db5fb943177eec6eb5bd5fc4a (patch) | |
| tree | d4f404727a4a55e2efc1dd4979851bcb67ccd852 /doc/misc | |
| parent | 99120491730c5839a5ba15ded187d481af1e71a7 (diff) | |
| parent | 861556c1339cd65842ec3e24ba48590e6b72bd48 (diff) | |
| download | emacs-4f0459aaf756e56db5fb943177eec6eb5bd5fc4a.tar.gz emacs-4f0459aaf756e56db5fb943177eec6eb5bd5fc4a.zip | |
Merge from origin/emacs-29
861556c1339 Fix minibuffer-completion tests
c0578edc8fc ; * doc/misc/eglot.texi (Troubleshooting Eglot): Fix typo...
c6bbf9cc270 Add c-ts-mode tests
a760364f5f3 Fix c-ts-mode--fill-paragraph
2a2b1d09ac7 Fix minor issues with 'pp' and related commands
dfb38fb2ee6 ; Improve documentation of tree-sitter node comparison
e8a89a18b69 ; Fix non-tree-sitter builds
f27a330b99e ; Fix typo in ert-with-temp-file
956889d8ff1 Equal now recognizes tree-sitter nodes (bug#60659)
8f446c2d397 Fix c-ts-mode comment indentation (bug#60270)
083badc9c12 * lisp/subr.el (while-let): Use if-let, not if-let* (bug#...
9ecebcdded1 * lisp/simple.el (next-completion): Handle first completi...
cfd2b3504ab Fix encoding with 'utf-8-auto'
53b47df8229 Report cursor correctly on PGTK when there is a margin
# Conflicts:
# etc/NEWS
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eglot.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index 253bf169ccb..56151b5482f 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi | |||
| @@ -1104,7 +1104,7 @@ troubleshoot Eglot problems. It also provides guidelines for | |||
| 1104 | reporting Eglot bugs in a way that facilitates their resolution. | 1104 | reporting Eglot bugs in a way that facilitates their resolution. |
| 1105 | 1105 | ||
| 1106 | When you encounter problems with Eglot, try first using the commands | 1106 | When you encounter problems with Eglot, try first using the commands |
| 1107 | @kbd{M-x eglot-events-server} and @kbd{M-x eglot-stderr-buffer}. They | 1107 | @kbd{M-x eglot-events-buffer} and @kbd{M-x eglot-stderr-buffer}. They |
| 1108 | pop up special buffers that can be used to inspect the communications | 1108 | pop up special buffers that can be used to inspect the communications |
| 1109 | between the Eglot and language server. In many cases, this will | 1109 | between the Eglot and language server. In many cases, this will |
| 1110 | indicate the problems or at least provide a hint. | 1110 | indicate the problems or at least provide a hint. |