"Use instead" obsolescence messages should end with "."

This commit is contained in:
Glenn Morris 2014-02-06 19:23:46 -08:00
parent 2b568bc90b
commit e92e30dd30
2 changed files with 2 additions and 2 deletions

View 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