aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeniz Dogan <[email protected]>2011-07-25 03:44:10 +0200
committerDeniz Dogan <[email protected]>2011-07-25 03:44:10 +0200
commit0f0a88b94cce778a7903196b07a0d70657fb4dc0 (patch)
tree8181957414396d4772a4cf44485522fe8f0a4a4d
parent43a0a4fab73ab14e8a1f023426a67b738505761a (diff)
* lisp/image.el (insert-image): Clarifying docstring.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/image.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f03b9b97d..9367417912 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-25 Deniz Dogan <[email protected]>
+
+ * image.el (insert-image): Clarifying docstring.
+
2011-07-24 Michael Albinus <[email protected]>
* net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
diff --git a/lisp/image.el b/lisp/image.el
index c686262263..3036225166 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -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
-defaulted if you omit it.
+with a `display' property whose value is the image. STRING
+defaults 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'