; End recently added sentences with a period.

This commit is contained in:
Basil L. Contovounesios 2021-06-01 17:59:46 +01:00
parent 5e0cf09f1e
commit 4784b6eb9a
3 changed files with 3 additions and 3 deletions

View file

@ -534,7 +534,7 @@ indentation is done using SMIE or with the old ad-hoc code.
** Icomplete
+++
*** New minor mode 'icomplete-vertical-mode', alias 'fido-vertical-mode'
*** New minor mode 'icomplete-vertical-mode', alias 'fido-vertical-mode'.
This mode is intended to be used with Icomplete ('M-x icomplete-mode')
or Fido ('M-x fido-mode'), to display the list of completions
candidates vertically instead of horizontally. When used with

View file

@ -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

View file

@ -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")