From: Deniz Dogan Date: Mon, 25 Jul 2011 01:44:10 +0000 (+0200) Subject: * lisp/image.el (insert-image): Clarifying docstring. X-Git-Tag: emacs-pretest-24.0.90~104^2~163^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f0a88b94cce778a7903196b07a0d70657fb4dc0;p=emacs.git * lisp/image.el (insert-image): Clarifying docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f03b9b97d5..93674179121 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-07-25 Deniz Dogan + + * image.el (insert-image): Clarifying docstring. + 2011-07-24 Michael Albinus * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of diff --git a/lisp/image.el b/lisp/image.el index c6862622639..30362251664 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'