Checkdoc fixes in mh-e/*.el

* 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.
This commit is contained in:
Stefan Kangas 2024-07-08 17:39:51 +02:00
parent 521f740d01
commit 3977aa0756
4 changed files with 8 additions and 8 deletions

View file

@ -1104,7 +1104,7 @@ and GNU mailutils."
:package-version '(MH-E . "8.0")) :package-version '(MH-E . "8.0"))
(defgroup mh-tool-bar nil (defgroup mh-tool-bar nil
"The tool bar" "The tool bar."
:link '(custom-manual "(mh-e)Tool Bar") :link '(custom-manual "(mh-e)Tool Bar")
:prefix "mh-" :prefix "mh-"
:group 'mh-e :group 'mh-e

View file

@ -520,8 +520,8 @@ font-lock is done highlighting.")
;; Autoload cookie needed by desktop.el ;; Autoload cookie needed by desktop.el
;;;###autoload ;;;###autoload
(define-derived-mode mh-folder-mode fundamental-mode "MH-Folder" (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 You can show the message the cursor is pointing to, and step through
the messages. Messages can be marked for deletion or refiling into the messages. Messages can be marked for deletion or refiling into
another folder; these commands are executed all at once with a another folder; these commands are executed all at once with a

View file

@ -539,7 +539,7 @@ group of results."
;;; Search Menu ;;; Search Menu
(easy-menu-define (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" '("Search"
["Perform Search" mh-index-do-search t] ["Perform Search" mh-index-do-search t]
["Search with pick" mh-pick-do-search t])) ["Search with pick" mh-pick-do-search t]))
@ -594,8 +594,8 @@ as well.")
(put 'mh-search-mode 'mode-class 'special) (put 'mh-search-mode 'mode-class 'special)
(define-derived-mode mh-search-mode fundamental-mode "MH-Search" (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 Edit this template by entering your search criteria in an
appropriate header field that is already there, or create a new appropriate header field that is already there, or create a new
field yourself. If the string you're looking for could be field yourself. If the string you're looking for could be

View file

@ -818,8 +818,8 @@ operation."
;;;###mh-autoload ;;;###mh-autoload
(define-derived-mode mh-show-mode text-mode "MH-Show" (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 Email addresses and URLs in the message are highlighted if the
option `goto-address-highlight-p' is on, which it is by default. 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 To view the web page for a highlighted URL or to send a message