mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
"Use instead" obsolescence messages should end with "."
This commit is contained in:
parent
2b568bc90b
commit
e92e30dd30
2 changed files with 2 additions and 2 deletions
|
|
@ -356,7 +356,7 @@ else the global value will be modified."
|
|||
(defvar byte-compile-interactive-only-functions nil
|
||||
"List of commands that are not meant to be called from Lisp.")
|
||||
(make-obsolete-variable 'byte-compile-interactive-only-functions
|
||||
"use the `interactive-only' symbol property instead"
|
||||
"use the `interactive-only' symbol property instead."
|
||||
"24.4")
|
||||
|
||||
(defvar byte-compile-not-obsolete-vars nil
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ Uses the same syntax as `nnmail-split-methods'.")
|
|||
(defvoo nnimap-unsplittable-articles '(%Deleted %Seen)
|
||||
"Articles with the flags in the list will not be considered when splitting.")
|
||||
|
||||
(make-obsolete-variable 'nnimap-split-rule "see `nnimap-split-methods'"
|
||||
(make-obsolete-variable 'nnimap-split-rule "see `nnimap-split-methods'."
|
||||
"Emacs 24.1")
|
||||
|
||||
(defvoo nnimap-authenticator nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue