aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-mime.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index 0f2b7daa741..56cfc6544ce 100644
--- a/lisp/mh-e/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -1667,7 +1667,7 @@ This action can be undone by running \\[undo]."
1667(defun mh-mh-directive-present-p (&optional begin end) 1667(defun mh-mh-directive-present-p (&optional begin end)
1668 "Check if the text between BEGIN and END might be a MH-style directive. 1668 "Check if the text between BEGIN and END might be a MH-style directive.
1669The optional argument BEGIN defaults to the beginning of the 1669The optional argument BEGIN defaults to the beginning of the
1670buffer, while END defaults to the the end of the buffer." 1670buffer, while END defaults to the end of the buffer."
1671 (unless begin (setq begin (point-min))) 1671 (unless begin (setq begin (point-min)))
1672 (unless end (setq end (point-max))) 1672 (unless end (setq end (point-max)))
1673 (save-excursion 1673 (save-excursion