comparison lisp/emacs-lisp/checkdoc.el @ 48943:d096b3c93f80

Don't define a name for the minor mode menu.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Dec 2002 17:59:31 +0000
parents 68ad51bc7338
children 0d8b17d428b5
comparison
equal deleted inserted replaced
48942:86ecd875b9c5 48943:d096b3c93f80
1146 ;; bind our submap into map 1146 ;; bind our submap into map
1147 (define-key map "\C-c?" pmap) 1147 (define-key map "\C-c?" pmap)
1148 map) 1148 map)
1149 "Keymap used to override evaluation key-bindings for documentation checking.") 1149 "Keymap used to override evaluation key-bindings for documentation checking.")
1150 1150
1151 (defvar checkdoc-minor-keymap checkdoc-minor-mode-map 1151 (defvaralias 'checkdoc-minor-keymap 'checkdoc-minor-mode-map
1152 "Obsolete! Use `checkdoc-minor-mode-map'.") 1152 "Obsolete--use `checkdoc-minor-mode-map'.")
1153 1153
1154 ;; Add in a menubar with easy-menu 1154 ;; Add in a menubar with easy-menu
1155 1155
1156 (easy-menu-define 1156 (easy-menu-define
1157 checkdoc-minor-menu checkdoc-minor-mode-map "Checkdoc Minor Mode Menu" 1157 nil checkdoc-minor-mode-map "Checkdoc Minor Mode Menu"
1158 '("CheckDoc" 1158 '("CheckDoc"
1159 ["Interactive Buffer Style Check" checkdoc t] 1159 ["Interactive Buffer Style Check" checkdoc t]
1160 ["Interactive Buffer Style and Spelling Check" checkdoc-ispell t] 1160 ["Interactive Buffer Style and Spelling Check" checkdoc-ispell t]
1161 ["Check Buffer" checkdoc-current-buffer t] 1161 ["Check Buffer" checkdoc-current-buffer t]
1162 ["Check and Spell Buffer" checkdoc-ispell-current-buffer t] 1162 ["Check and Spell Buffer" checkdoc-ispell-current-buffer t]