summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-02-06 19:23:46 -0800
committerGlenn Morris <rgm@gnu.org>2014-02-06 19:23:46 -0800
commite92e30dd30f34ac63ae23cc4e4a15a1719b07a07 (patch)
tree5669d9b26b45c23dd8a7d9bc8933ec60867e0db1 /lisp/emacs-lisp/bytecomp.el
parent2b568bc90bdae6daddd3e928f1b120015c26907b (diff)
downloademacs-e92e30dd30f34ac63ae23cc4e4a15a1719b07a07.tar.gz
"Use instead" obsolescence messages should end with "."
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
1 files changed, 1 insertions, 1 deletions
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