mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(mh-mh-directive-present-p): Fix typos in docstrings.
This commit is contained in:
parent
a19fad7873
commit
821138c4e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user