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: Fri, 17 Mar 2006 17:28:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/03/17 17:28:09

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

Log message:
        (mh-image-load-path-for-library): Minor docstring fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-compat.el.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.185&tr2=1.186&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.185 emacs/lisp/mh-e/ChangeLog:1.186
--- emacs/lisp/mh-e/ChangeLog:1.185     Thu Mar 16 17:38:14 2006
+++ emacs/lisp/mh-e/ChangeLog   Fri Mar 17 17:28:09 2006
@@ -1,3 +1,8 @@
+2006-03-17  Bill Wohler  <address@hidden>
+
+       * mh-compat.el (mh-image-load-path-for-library): Minor docstring
+       fix.
+
 2006-03-16  Bill Wohler  <address@hidden>
 
        * mh-comp.el (mh-send-letter): Use split-string to break up
Index: emacs/lisp/mh-e/mh-compat.el
diff -u emacs/lisp/mh-e/mh-compat.el:1.14 emacs/lisp/mh-e/mh-compat.el:1.15
--- emacs/lisp/mh-e/mh-compat.el:1.14   Thu Mar 16 17:00:00 2006
+++ emacs/lisp/mh-e/mh-compat.el        Fri Mar 17 17:28:09 2006
@@ -117,9 +117,9 @@
 
 (mh-defun-compat mh-image-load-path-for-library
   image-load-path-for-library (library image &optional path no-error)
-  "Return a suitable search path for images relative to LIBRARY.
+  "Return a suitable search path for images used by the Lisp package LIBRARY.
 
-First it searches for IMAGE in `image-load-path' (excluding
+It searches for IMAGE in `image-load-path' (excluding
 \"`data-directory'/images\") and `load-path', followed by a path
 suitable for LIBRARY, which includes \"../../etc/images\" and
 \"../etc/images\" relative to the library file itself, and then




reply via email to

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