emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-mime.el [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-commit] emacs/lisp/mh-e mh-mime.el [EMACS_22_BASE]
Date: Wed, 06 Jun 2007 22:36:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/06/06 22:36:31

Modified files:
        lisp/mh-e      : mh-mime.el 

Log message:
        (mh-mh-directive-present-p): Fix typos in docstrings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-mime.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.55&r2=1.55.2.1

Patches:
Index: mh-mime.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-mime.el,v
retrieving revision 1.55
retrieving revision 1.55.2.1
diff -u -b -r1.55 -r1.55.2.1
--- mh-mime.el  21 Jan 2007 03:00:56 -0000      1.55
+++ mh-mime.el  6 Jun 2007 22:36:31 -0000       1.55.2.1
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]