From: Glenn Morris Date: Fri, 7 Feb 2014 03:23:46 +0000 (-0800) Subject: "Use instead" obsolescence messages should end with "." X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e92e30dd30f34ac63ae23cc4e4a15a1719b07a07;p=emacs.git "Use instead" obsolescence messages should end with "." --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7ff1c7f7cd3..9df52bffe5c 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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 diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 886b0755e74..2dcdcd0a391 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -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