diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-06-01 17:59:46 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-06-01 20:21:51 +0100 |
commit | 4784b6eb9a8d0d54b56db0805732ffc5e71332d3 (patch) | |
tree | d5f2c620abf624c948ba7171caa22843556a2454 /lisp/whitespace.el | |
parent | 5e0cf09f1ebf32ab5b9325fda5c9264c60959ed0 (diff) | |
download | emacs-4784b6eb9a8d0d54b56db0805732ffc5e71332d3.tar.gz |
; End recently added sentences with a period.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index b45d595cc26..aaa56835cdd 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -1040,7 +1040,7 @@ See also `whitespace-newline' and `whitespace-display-mappings'." ;; sync states (running a batch job) (setq global-whitespace-newline-mode global-whitespace-mode))) (make-obsolete 'global-whitespace-newline-mode - "Use `global-whitespace-mode' with `whitespace-style' set to `(newline-mark newline)' instead" + "use `global-whitespace-mode' with `whitespace-style' set to `(newline-mark newline)' instead." "28.1") |