diff options
| author | Eli Zaretskii | 2008-10-21 13:46:08 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-21 13:46:08 +0000 |
| commit | bf190568e0cda0fa76d274fc4a74bb1d768a20e5 (patch) | |
| tree | 61c8c64fe1f69f7fbb1e2c9fb46f3a94643dc6db | |
| parent | b3d50cffbd29d451fab160f691eed135f84a5b4b (diff) | |
| download | emacs-bf190568e0cda0fa76d274fc4a74bb1d768a20e5.tar.gz emacs-bf190568e0cda0fa76d274fc4a74bb1d768a20e5.zip | |
(Image Cache) <image-refresh>: Minor wording fixes.
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 6 | ||||
| -rw-r--r-- | etc/NEWS | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a9ca8b7858c..3308aa57db0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2008-10-21 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-10-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * display.texi (Attribute Functions): Document `face-all-attributes'. | 3 | * display.texi (Attribute Functions): Document `face-all-attributes'. |
| 4 | (Image Cache) <image-refresh>: Minor wording fixes. | ||
| 4 | 5 | ||
| 5 | * frames.texi (Color Names): Add an xref to `read-color'. | 6 | * frames.texi (Color Names): Add an xref to `read-color'. |
| 6 | 7 | ||
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 983f7443240..1a8520f3855 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4545,9 +4545,9 @@ This function refreshes any images having image specifications | |||
| 4545 | @code{nil}, the selected frame is used. If @var{frame} is @code{t}, | 4545 | @code{nil}, the selected frame is used. If @var{frame} is @code{t}, |
| 4546 | the refresh is applied to all existing frames. | 4546 | the refresh is applied to all existing frames. |
| 4547 | 4547 | ||
| 4548 | This works by removing all image with image specifications matching | 4548 | This works by removing from the image cache all the images whose image |
| 4549 | @var{spec} from the image cache. Thus, the next time the image is | 4549 | specifications match @var{spec}. The next time Emacs needs to display |
| 4550 | displayed, Emacs will load the image again. | 4550 | such an image, it will reload the image anew. |
| 4551 | @end defun | 4551 | @end defun |
| 4552 | 4552 | ||
| 4553 | @defun clear-image-cache &optional filter | 4553 | @defun clear-image-cache &optional filter |
| @@ -1614,6 +1614,7 @@ sticking a separator string in between each pair, and quoting those | |||
| 1614 | strings that include the separator as their substring. Useful for | 1614 | strings that include the separator as their substring. Useful for |
| 1615 | consing shell command lines from the individual arguments. | 1615 | consing shell command lines from the individual arguments. |
| 1616 | 1616 | ||
| 1617 | +++ | ||
| 1617 | *** `image-refresh' refreshes all images associated with a given image | 1618 | *** `image-refresh' refreshes all images associated with a given image |
| 1618 | specification. | 1619 | specification. |
| 1619 | 1620 | ||