diff options
| author | Eli Zaretskii | 2025-09-06 05:53:08 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-09-06 05:53:08 -0400 |
| commit | 4ac9e93e5ec3c1b28f3f6721312e2429fb42bb3d (patch) | |
| tree | cc8c555d9544ed1e4d2f4dba89e11775435cf684 /doc/misc | |
| parent | 29d18f4ffe9c9152bdfe2d4dec9f8a74609cf4c5 (diff) | |
| parent | aad5b676d1c1a007762efe97f4aae34f69f0e79a (diff) | |
| download | emacs-4ac9e93e5ec3c1b28f3f6721312e2429fb42bb3d.tar.gz emacs-4ac9e93e5ec3c1b28f3f6721312e2429fb42bb3d.zip | |
Merge from origin/emacs-30
aad5b676d1c ; * lisp/emacs-lisp/ring.el (ring-convert-sequence-to-rin...
ddd63891a48 ; * doc/misc/flymake.texi (Troubleshooting): Fix typo (bu...
8dcb8020466 ; vc-hooks.el: Standardize terminology in header.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/flymake.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 42935703c11..2cdeac98d76 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -231,7 +231,7 @@ can use the variables @code{flymake-mode-line-format} and | |||
| 231 | @cindex disabled backends | 231 | @cindex disabled backends |
| 232 | @cindex backends, disabled | 232 | @cindex backends, disabled |
| 233 | As Flymake supports multiple simultaneously active external backends, | 233 | As Flymake supports multiple simultaneously active external backends, |
| 234 | is becomes useful to monitor their status. For example, some backends | 234 | it becomes useful to monitor their status. For example, some backends |
| 235 | may take longer than others to respond or complete, and some may | 235 | may take longer than others to respond or complete, and some may |
| 236 | decide to @emph{disable} themselves if they are not suitable for the | 236 | decide to @emph{disable} themselves if they are not suitable for the |
| 237 | current buffer or encounter some unavoidable problem. A disabled | 237 | current buffer or encounter some unavoidable problem. A disabled |