aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2025-09-06 05:53:08 -0400
committerEli Zaretskii2025-09-06 05:53:08 -0400
commit4ac9e93e5ec3c1b28f3f6721312e2429fb42bb3d (patch)
treecc8c555d9544ed1e4d2f4dba89e11775435cf684 /doc/misc
parent29d18f4ffe9c9152bdfe2d4dec9f8a74609cf4c5 (diff)
parentaad5b676d1c1a007762efe97f4aae34f69f0e79a (diff)
downloademacs-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.texi2
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
233As Flymake supports multiple simultaneously active external backends, 233As Flymake supports multiple simultaneously active external backends,
234is becomes useful to monitor their status. For example, some backends 234it becomes useful to monitor their status. For example, some backends
235may take longer than others to respond or complete, and some may 235may take longer than others to respond or complete, and some may
236decide to @emph{disable} themselves if they are not suitable for the 236decide to @emph{disable} themselves if they are not suitable for the
237current buffer or encounter some unavoidable problem. A disabled 237current buffer or encounter some unavoidable problem. A disabled