From f08dcace703e1e90fb0197bf33d14a24839570e5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 23 Mar 2026 21:11:38 +0000 Subject: [PATCH] ; * lisp/whitespace.el (whitespace-global-modes): Grammar fix. --- lisp/whitespace.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/whitespace.el b/lisp/whitespace.el index d6ff4c9bed9..50a687fe16b 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -907,9 +907,9 @@ means that `whitespace-mode' is turned on for buffers in C and C++ modes only. Global `whitespace-mode' will not automatically turn on in internal -buffers (whose name starts with a space) and special buffers (whose name -starts with \"*\"), with the exception of the \"*scratch*\" buffer. Use -`whitespace-global-mode-buffers' to customize this behavior." +buffers (whose names start with a space) and special buffers (whose +names start with \"*\"), with the exception of the \"*scratch*\" buffer. +Use `whitespace-global-mode-buffers' to customize this behavior." :type '(choice :tag "Global Modes" (const :tag "None" nil) (const :tag "All" t)