diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-05 23:15:01 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-05 23:15:01 +0000 |
commit | c6a7f938698c399da1b6dab7d27ad8faba65a842 (patch) | |
tree | d758a9714012d62f68533332d27a6a9d54d5824e /lisp/emacs-lisp | |
parent | e18cf2ee233b883201f9dbdfe357ba72a4722f2d (diff) | |
download | emacs-c6a7f938698c399da1b6dab7d27ad8faba65a842.tar.gz emacs-c6a7f938698c399da1b6dab7d27ad8faba65a842.tar.bz2 emacs-c6a7f938698c399da1b6dab7d27ad8faba65a842.zip |
(checkdoc-minor-keymap): Add obsolescence declaration and remove redundant info
from docstring.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 7cd808ebbe7..b72608672e6 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1148,8 +1148,9 @@ generating a buffered list of errors." map) "Keymap used to override evaluation key-bindings for documentation checking.") -(defvaralias 'checkdoc-minor-keymap 'checkdoc-minor-mode-map - "Obsolete--use `checkdoc-minor-mode-map'.") +(defvaralias 'checkdoc-minor-keymap 'checkdoc-minor-mode-map) +(make-obsolete-variable 'checkdoc-minor-keymap + 'checkdoc-minor-mode-map) ;; Add in a menubar with easy-menu |