diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-06-06 22:36:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-06-06 22:36:31 +0000 |
commit | e2ad29794b6e8f9a898a0a86a442f653815d3cef (patch) | |
tree | 5efde46da0eeef4a7d93c51a154bc87b337d5088 /lisp/mh-e/mh-mime.el | |
parent | 9468cb2991372f80df70bd6fff38cea55f56da82 (diff) | |
download | emacs-e2ad29794b6e8f9a898a0a86a442f653815d3cef.tar.gz |
(mh-mh-directive-present-p): Fix typos in docstrings.
Diffstat (limited to 'lisp/mh-e/mh-mime.el')
-rw-r--r-- | lisp/mh-e/mh-mime.el | 2 |
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]." (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 |