aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2026-01-12 10:38:29 +0000
committerSean Whitton2026-01-12 10:38:29 +0000
commitfb09c11482cd044ff704df92ead7eab2edba4195 (patch)
tree02b5efcd20f159fe4d151d265e2fa126acdb4acf
parentc270402f71e0287646d65dc40a3b343529a93e26 (diff)
downloademacs-fb09c11482cd044ff704df92ead7eab2edba4195.tar.gz
emacs-fb09c11482cd044ff704df92ead7eab2edba4195.zip
; whitespace-global-modes: Replace "automagically".
-rw-r--r--lisp/whitespace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index c93a1e098cb..2e89d2ae977 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -887,7 +887,7 @@ This variable is used when `whitespace-style' includes `tab-mark',
887 887
888 888
889(defcustom whitespace-global-modes t 889(defcustom whitespace-global-modes t
890 "Modes for which global `whitespace-mode' is automagically turned on. 890 "Modes for which global `whitespace-mode' is automatically turned on.
891 891
892Global `whitespace-mode' is controlled by the command 892Global `whitespace-mode' is controlled by the command
893`global-whitespace-mode'. 893`global-whitespace-mode'.