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 | |
parent | 5e0cf09f1ebf32ab5b9325fda5c9264c60959ed0 (diff) | |
download | emacs-4784b6eb9a8d0d54b56db0805732ffc5e71332d3.tar.gz emacs-4784b6eb9a8d0d54b56db0805732ffc5e71332d3.tar.bz2 emacs-4784b6eb9a8d0d54b56db0805732ffc5e71332d3.zip |
; End recently added sentences with a period.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emacs-lisp/elp.el | 2 | ||||
-rw-r--r-- | lisp/whitespace.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 7c7961c4d5a..c2b026dc822 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -484,7 +484,7 @@ original definition, use \\[elp-restore-function] or \\[elp-restore-all]." 'help-echo "mouse-2 or RET jumps to definition"))) (define-derived-mode elp-results-mode special-mode "ELP" - "Mode for ELP results" + "Mode for ELP results." :interactive nil) ;;;###autoload 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") |