* lisp/mh-e/mh-e.el (mh-tool-bar):
* lisp/mh-e/mh-folder.el (mh-folder-mode):
* lisp/mh-e/mh-search.el (mh-pick-menu, mh-search-mode):
* lisp/mh-e/mh-show.el (mh-show-mode): Checkdoc fixes.
(cherry picked from commit
3977aa0756860d771442c69ee018fa7e925d0a62)
:package-version '(MH-E . "8.0"))
(defgroup mh-tool-bar nil
- "The tool bar"
+ "The tool bar."
:link '(custom-manual "(mh-e)Tool Bar")
:prefix "mh-"
:group 'mh-e
;; Autoload cookie needed by desktop.el
;;;###autoload
(define-derived-mode mh-folder-mode fundamental-mode "MH-Folder"
- "Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map>
-
+ "Major MH-E mode for \"editing\" an MH folder scan listing.
+\\<mh-folder-mode-map>
You can show the message the cursor is pointing to, and step through
the messages. Messages can be marked for deletion or refiling into
another folder; these commands are executed all at once with a
;;; Search Menu
(easy-menu-define
- mh-pick-menu mh-search-mode-map "Menu for MH-E Search"
+ mh-pick-menu mh-search-mode-map "Menu for MH-E Search."
'("Search"
["Perform Search" mh-index-do-search t]
["Search with pick" mh-pick-do-search t]))
(put 'mh-search-mode 'mode-class 'special)
(define-derived-mode mh-search-mode fundamental-mode "MH-Search"
- "Mode for creating search templates in MH-E.\\<mh-search-mode-map>
-
+ "Mode for creating search templates in MH-E.
+\\<mh-search-mode-map>
Edit this template by entering your search criteria in an
appropriate header field that is already there, or create a new
field yourself. If the string you're looking for could be
;;;###mh-autoload
(define-derived-mode mh-show-mode text-mode "MH-Show"
- "Major mode for showing messages in MH-E.\\<mh-show-mode-map>
-
+ "Major mode for showing messages in MH-E.
+\\<mh-show-mode-map>
Email addresses and URLs in the message are highlighted if the
option `goto-address-highlight-p' is on, which it is by default.
To view the web page for a highlighted URL or to send a message