From 821138c4e52305bf935c09765ccd221668670e0d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 6 Jun 2007 22:36:31 +0000 Subject: [PATCH] (mh-mh-directive-present-p): Fix typos in docstrings. --- lisp/mh-e/mh-mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2