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
913c8291
Commit
913c8291
authored
Nov 17, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/image.el (insert-image, insert-sliced-image): Doc fix.
parent
7351b73d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/image.el
lisp/image.el
+3
-3
No files found.
lisp/ChangeLog
View file @
913c8291
2012-11-18 Glenn Morris <rgm@gnu.org>
* image.el (insert-image, insert-sliced-image): Doc fix.
2012-11-17 Chong Yidong <cyd@gnu.org>
* emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
...
...
lisp/image.el
View file @
913c8291
...
...
@@ -432,7 +432,7 @@ means display it in the right marginal area."
"
Insert
IMAGE
into
current
buffer
at
point.
IMAGE
is
displayed
by
inserting
STRING
into
the
current
buffer
with
a
`
display
'
property
whose
value
is
the
image.
STRING
defaults
to
the
empty
string
if
you
omit
it.
defaults
to
a
single
space
if
you
omit
it.
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
'
...
...
@@ -470,8 +470,8 @@ height of the image; integer values are taken as pixel values."
(
defun
insert-sliced-image
(
image
&optional
string
area
rows
cols
)
"Insert IMAGE into current buffer at point.
IMAGE is displayed by inserting STRING into the current buffer
with a `display' property whose value is the image.
STRING is
defaulted if you omit it
.
with a `display' property whose value is the image.
The default
STRING is a single space
.
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'
...
...
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