# HG changeset patch # User Juanma Barranquero # Date 1181169391 0 # Node ID 0bd276ce7806b10016b66dbdbd3ed83661a93139 # Parent c37ffd8b20279225d62a47f69bd31deafcc71a44 (mh-mh-directive-present-p): Fix typos in docstrings. diff -r c37ffd8b2027 -r 0bd276ce7806 lisp/mh-e/mh-mime.el --- a/lisp/mh-e/mh-mime.el Wed Jun 06 22:33:38 2007 +0000 +++ b/lisp/mh-e/mh-mime.el Wed Jun 06 22:36:31 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