aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-06-06 22:36:31 +0000
committerJuanma Barranquero <[email protected]>2007-06-06 22:36:31 +0000
commit821138c4e52305bf935c09765ccd221668670e0d (patch)
tree039bc18823b01aa0a85842fc6ce344a24132f3b0 /lisp/mh-e
parenta19fad7873be1d97a5e549c3506dd0125afe62a8 (diff)
(mh-mh-directive-present-p): Fix typos in docstrings.
Diffstat (limited to 'lisp/mh-e')
-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 0f2b7daa74..56cfc6544c 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]."
(defun mh-mh-directive-present-p (&optional begin end)
"Check if the text between BEGIN and END might be a MH-style directive.
The optional argument BEGIN defaults to the beginning of the
-buffer, while END defaults to the the end of the buffer."
+buffer, while END defaults to the end of the buffer."
(unless begin (setq begin (point-min)))
(unless end (setq end (point-max)))
(save-excursion