]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/image.el (insert-image): Clarifying docstring.
authorDeniz Dogan <deniz@dogan.se>
Mon, 25 Jul 2011 01:44:10 +0000 (03:44 +0200)
committerDeniz Dogan <deniz@dogan.se>
Mon, 25 Jul 2011 01:44:10 +0000 (03:44 +0200)
lisp/ChangeLog
lisp/image.el

index 4f03b9b97d5227def9bc509474cfdbafe344f8c8..936741791219965ede82bf347dda750f12bedadf 100644 (file)
@@ -1,3 +1,7 @@
+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
index c686262263987d70c29c60f7b5d24e9f8e1f1a8f..30362251664f3e51c96863e1ce9ba9367b457b33 100644 (file)
@@ -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'