(mh-mh-directive-present-p): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 15:42:04 +0000 (15:42 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 15:42:04 +0000 (15:42 +0000)
lisp/mh-e/mh-mime.el

index 0f2b7da..56cfc65 100644 (file)
@@ -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