diff options
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-mime.el | 5 | ||||
-rw-r--r-- | lisp/mh-e/mh-scan.el | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 316463b9897..c0b42171b9d 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -607,8 +607,9 @@ If no part is preferred then all the parts are displayed." (defun mh-mime-maybe-display-alternatives (alternatives) "Show buttons for ALTERNATIVES. -If `mh-mime-display-alternatives-flag' is non-nil then display -buttons for alternative parts that are usually suppressed." +If `mh-display-buttons-for-alternatives-flag' is non-nil then +display buttons for alternative parts that are usually +suppressed." (when (and mh-display-buttons-for-alternatives-flag alternatives) (insert "\n----------------------------------------------------\n") (insert "Alternatives:\n") diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el index 4b4c5942863..abbf7422b52 100644 --- a/lisp/mh-e/mh-scan.el +++ b/lisp/mh-e/mh-scan.el @@ -279,9 +279,9 @@ as in the default of ^ *[0-9]+.\\\\([bct]\\\\).....[ ]*\\\\(..................\\\\) If this regular expression is not correct, the notation hints -will not be highlighted with the face -`mh-mh-folder-sent-to-me-hint' and the sender will not be -highlighted with the face `mh-folder-sent-to-me-sender'.") +will not be highlighted with the face `mh-folder-sent-to-me-hint' +and the sender will not be highlighted with the face +`mh-folder-sent-to-me-sender'.") (defvar mh-scan-subject-regexp "^ *[0-9]+........[ ]*...................\\([Rr][Ee]\\(\\[[0-9]+\\]\\)?:\\s-*\\)*\\([^<\n]*\\)" |