mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/whitespace.el (whitespace-global-modes): Grammar fix.
This commit is contained in:
parent
a4d99971d8
commit
f08dcace70
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue