Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
68ba6c49
Commit
68ba6c49
authored
Feb 24, 2009
by
Juanma Barranquero
Browse files
* image.el (image-load-path-for-library, insert-sliced-image):
Fix typos in docstrings.
parent
4a3f9f7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
lisp/ChangeLog
lisp/ChangeLog
+6
-1
lisp/image.el
lisp/image.el
+3
-3
No files found.
lisp/ChangeLog
View file @
68ba6c49
2009-02-24 Juanma Barranquero <lekktu@gmail.com>
* image.el (image-load-path-for-library, insert-sliced-image):
Fix typos in docstrings.
2009-02-24 Glenn Morris <rgm@gnu.org>
* textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
...
...
@@ -32,7 +37,7 @@
2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
* ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
clobbering useful message from `ibuffer-toggle-sorting-mode'
.
(Bug#2439)
clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439)
.
2009-02-23 Miles Bader <miles@gnu.org>
...
...
lisp/image.el
View file @
68ba6c49
...
...
@@ -123,11 +123,11 @@ in \"`data-directory'/images\".
Then
this
function
returns
a
list
of
directories
which
contains
first
the
directory
in
which
IMAGE
was
found,
followed
by
the
value
of
`
load-path
'.
If
PATH
is
given,
it
is
used
instead
of
value
of
`
load-path
'.
If
PATH
is
given,
it
is
used
instead
of
`
load-path
'.
If
NO-ERROR
is
non-nil
and
a
suitable
path
can
't
be
found,
don
't
signal
an
error.
Instead,
return
a
list
of
directories
as
before,
signal
an
error.
Instead,
return
a
list
of
directories
as
before,
except
that
nil
appears
in
place
of
the
image
directory.
Here
is
an
example
that
uses
a
common
idiom
to
provide
...
...
@@ -455,7 +455,7 @@ AREA is where to display the image. AREA nil or omitted means
display it in the text area, a value of `left-margin' means
display it in the left marginal area, a value of `right-margin'
means display it in the right marginal area.
The image is automatically split into ROW x COLS slices."
The image is automatically split into ROW
S
x COLS slices."
(
unless
string
(
setq
string
" "
))
(
unless
(
eq
(
car-safe
image
)
'image
)
(
error
"Not an image: %s"
image
))
...
...
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