]> git.eshelyaron.com Git - emacs.git/commitdiff
"Use instead" obsolescence messages should end with "."
authorGlenn Morris <rgm@gnu.org>
Fri, 7 Feb 2014 03:23:46 +0000 (19:23 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 7 Feb 2014 03:23:46 +0000 (19:23 -0800)
lisp/emacs-lisp/bytecomp.el
lisp/gnus/nnimap.el

index 7ff1c7f7cd37ec94ffa6c09e53292299f13a2539..9df52bffe5c07c56c82fef4d1b0ad4b06ecde3e1 100644 (file)
@@ -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
index 886b0755e74b28556ce6af742d9b31db58054475..2dcdcd0a391e54a03462285549e7b049c623ffb7 100644 (file)
@@ -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