[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/display.texi,v
From: |
Karl Berry |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/display.texi,v |
Date: |
Wed, 11 Apr 2007 16:27:34 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Karl Berry <karl> 07/04/11 16:27:33
Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/display.texi,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -b -r1.259 -r1.260
--- display.texi 7 Apr 2007 16:16:54 -0000 1.259
+++ display.texi 11 Apr 2007 16:27:33 -0000 1.260
@@ -1365,7 +1365,7 @@
Attributes}.
@item
-A cons cell of the form @code{(foreground-color . @var{color-name})} or
+A cons cell, either of the form @code{(foreground-color . @var{color-name})} or
@code{(background-color . @var{color-name})}. These elements specify
just the foreground color or just the background color.
@@ -4138,8 +4138,8 @@
This function returns a suitable search path for images used by the
Lisp package @var{library}.
-The function searches for @var{image} first in @code{image-load-path}
-(excluding @address@hidden/images}) and then in
+The function searches for @var{image} first using @code{image-load-path},
+excluding @address@hidden/images}, and then in
@code{load-path}, followed by a path suitable for @var{library}, which
includes @file{../../etc/images} and @file{../etc/images} relative to
the library file itself, and finally in
- [Emacs-diffs] Changes to emacs/lispref/display.texi,v, Richard M. Stallman, 2007/04/06
- [Emacs-diffs] Changes to emacs/lispref/display.texi,v, Karl Berry, 2007/04/07
- [Emacs-diffs] Changes to emacs/lispref/display.texi,v, Richard M. Stallman, 2007/04/07
- [Emacs-diffs] Changes to emacs/lispref/display.texi,v,
Karl Berry <=
- [Emacs-diffs] Changes to emacs/lispref/display.texi,v, Richard M. Stallman, 2007/04/21
- [Emacs-diffs] Changes to emacs/lispref/display.texi,v, Miles Bader, 2007/04/27