aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-06 22:36:31 +0000
committerJuanma Barranquero2007-06-06 22:36:31 +0000
commit821138c4e52305bf935c09765ccd221668670e0d (patch)
tree039bc18823b01aa0a85842fc6ce344a24132f3b0 /lisp/mh-e
parenta19fad7873be1d97a5e549c3506dd0125afe62a8 (diff)
downloademacs-821138c4e52305bf935c09765ccd221668670e0d.tar.gz
emacs-821138c4e52305bf935c09765ccd221668670e0d.zip
(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 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