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
12dc863d
Commit
12dc863d
authored
Jul 17, 2011
by
Lars Magne Ingebrigtsen
Browse files
* image.el (put-image): Doc typo fix.
parent
46cfea45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/image.el
lisp/image.el
+1
-1
No files found.
lisp/ChangeLog
View file @
12dc863d
2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
* image.el (put-image): Doc typo fix.
* progmodes/etags.el (tags-search): Doc typo fix.
* mail/smtpmail.el (smtpmail-via-smtp): Query the user for
...
...
lisp/image.el
View file @
12dc863d
...
...
@@ -389,7 +389,7 @@ IMAGE must be an image created with `create-image' or `defimage'.
IMAGE
is
displayed
by
putting
an
overlay
into
the
current
buffer
with
a
`
before-string
'
STRING
that
has
a
`
display
'
property
whose
value
is
the
image.
STRING
is
defaulted
if
you
omit
it.
The
overlay
created
will
have
the
`
put-
overlay
'
property
set
to
t.
The
overlay
created
will
have
the
`
put-
image
'
property
set
to
t.
POS
may
be
an
integer
or
marker.
AREA
is
where
to
display
the
image.
AREA
nil
or
omitted
means
display
it
in
the
text
area,
a
value
of
`
left-margin
'
means
...
...
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