Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0f0a88b9
Commit
0f0a88b9
authored
Jul 25, 2011
by
Deniz Dogan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/image.el (insert-image): Clarifying docstring.
parent
43a0a4fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/image.el
lisp/image.el
+2
-2
No files found.
lisp/ChangeLog
View file @
0f0a88b9
2011-07-25 Deniz Dogan <deniz@dogan.se>
* image.el (insert-image): Clarifying docstring.
2011-07-24 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
...
...
lisp/image.el
View file @
0f0a88b9
...
...
@@ -413,8 +413,8 @@ means display it in the right marginal area."
(defun insert-image (image &optional string area slice)
"
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
default
ed
if
you
omit
it.
with
a
`
display
'
property
whose
value
is
the
image.
STRING
default
s
to
the
empty
string
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
'
...
...
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