# HG changeset patch # User Juanma Barranquero # Date 1181144524 0 # Node ID dd86b90cb2cb091040ff44a5bfedced1b80f2b79 # Parent 14c802093df856a209fe5e308f08489f720dfc3c (mh-mh-directive-present-p): Fix typo in docstring. diff -r 14c802093df8 -r dd86b90cb2cb lisp/mh-e/mh-mime.el --- a/lisp/mh-e/mh-mime.el Wed Jun 06 15:40:19 2007 +0000 +++ b/lisp/mh-e/mh-mime.el Wed Jun 06 15:42:04 2007 +0000 @@ -1667,7 +1667,7 @@ (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