From 98d181db979bc881195bc8266207548bafb2e73c Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Thu, 2 Mar 2006 16:56:29 +0000 Subject: [PATCH] * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc string. --- lisp/ChangeLog | 7 +++++++ lisp/gmm-utils.el | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a53b7b2a6..d531eb4ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,12 @@ 2006-03-02 Reiner Steib + * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc + string. + + * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use + gnus-summary-insert-new-articles when unplugged. Remove + gnus-summary-search-article-forward. + * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and display-visual-class instead of display-color-cells. diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el index 955a0e250..b9815cad3 100644 --- a/lisp/gmm-utils.el +++ b/lisp/gmm-utils.el @@ -305,9 +305,9 @@ See the function `gmm-image-load-path'.") (defun gmm-image-load-path (library image &optional path) "Return a suitable search path for images of LIBRARY. -Images for LIBRARY are found in \"../../etc/images\" relative to -the files in \"lisp/LIBRARY\", in `image-load-path', or in -`load-path'. +Images for LIBRARY are searched for in \"../../etc/images\" and +\"../etc/images\" relative to the files in \"lisp/LIBRARY\", in +`image-load-path', or in `load-path'. This function returns value of `load-path' augmented with the path to IMAGE. If PATH is given, it is used instead of -- 2.34.1