Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bf190568
Commit
bf190568
authored
Oct 21, 2008
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Image Cache) <image-refresh>: Minor wording fixes.
parent
b3d50cff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+1
-0
doc/lispref/display.texi
doc/lispref/display.texi
+3
-3
etc/NEWS
etc/NEWS
+1
-0
No files found.
doc/lispref/ChangeLog
View file @
bf190568
2008
-
10
-
21
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
display
.
texi
(
Attribute
Functions
):
Document
`
face
-
all
-
attributes
'.
(Image Cache) <image-refresh>: Minor wording fixes.
* frames.texi (Color Names): Add an xref to `read-color'
.
...
...
doc/lispref/display.texi
View file @
bf190568
...
...
@@ -4545,9 +4545,9 @@ This function refreshes any images having image specifications
@
code
{
nil
},
the
selected
frame
is
used
.
If
@
var
{
frame
}
is
@
code
{
t
},
the
refresh
is
applied
to
all
existing
frames
.
This
works
by
removing
all
image
wi
th
image
specifications
matching
@
var
{
spec
}
from
the
image
cache
.
Thus
,
the
next
time
the
image
is
displayed
,
Emacs
will
load
the
image
a
gain
.
This
works
by
removing
from
the
image
cache
all
th
e
image
s
whose
image
specifications
match
@
var
{
spec
}.
The
next
time
Emacs
needs
to
display
such
an
image
,
it
will
re
load
the
image
a
new
.
@
end
defun
@
defun
clear
-
image
-
cache
&
optional
filter
...
...
etc/NEWS
View file @
bf190568
...
...
@@ -1614,6 +1614,7 @@ sticking a separator string in between each pair, and quoting those
strings that include the separator as their substring. Useful for
consing shell command lines from the individual arguments.
+++
*** `image-refresh' refreshes all images associated with a given image
specification.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment