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-compat.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-compat.el ChangeLog
Date: Sat, 15 Apr 2006 18:51:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/04/15 18:51:38

Modified files:
        lisp/mh-e      : mh-compat.el ChangeLog 

Log message:
        (mh-font-lock-add-keywords): Fix typo in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-compat.el.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.201&tr2=1.202&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.201 emacs/lisp/mh-e/ChangeLog:1.202
--- emacs/lisp/mh-e/ChangeLog:1.201     Sat Apr 15 00:28:08 2006
+++ emacs/lisp/mh-e/ChangeLog   Sat Apr 15 18:51:38 2006
@@ -1,3 +1,7 @@
+2006-04-15  Bill Wohler  <address@hidden>
+
+       * mh-compat.el (mh-font-lock-add-keywords): Fix typo in docstring.
+
 2006-04-14  Bill Wohler  <address@hidden>
 
        * mh-funcs.el (view-exit-action): No need to wrap defvar with
Index: emacs/lisp/mh-e/mh-compat.el
diff -u emacs/lisp/mh-e/mh-compat.el:1.17 emacs/lisp/mh-e/mh-compat.el:1.18
--- emacs/lisp/mh-e/mh-compat.el:1.17   Fri Apr 14 18:49:18 2006
+++ emacs/lisp/mh-e/mh-compat.el        Sat Apr 15 18:51:38 2006
@@ -117,7 +117,7 @@
 
 (mh-defun-compat mh-font-lock-add-keywords font-lock-add-keywords
   (mode keywords &optional how)
-  "XEmacs does not have `image-search-load-path'.
+  "XEmacs does not have `font-lock-add-keywords'.
 This function returns nil on that system.")
 
 (mh-defun-compat mh-image-load-path-for-library




reply via email to

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