diff options
Diffstat (limited to 'lisp/emacs-lisp')
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
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 |
