emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105319: * lisp/image.el (insert-imag


From: Deniz Dogan
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105319: * lisp/image.el (insert-image): Clarifying docstring.
Date: Mon, 25 Jul 2011 03:44:10 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105319
committer: Deniz Dogan <address@hidden>
branch nick: emacs-trunk
timestamp: Mon 2011-07-25 03:44:10 +0200
message:
  * lisp/image.el (insert-image): Clarifying docstring.
modified:
  lisp/ChangeLog
  lisp/image.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-24 09:56:26 +0000
+++ b/lisp/ChangeLog    2011-07-25 01:44:10 +0000
@@ -1,3 +1,7 @@
+2011-07-25  Deniz Dogan  <address@hidden>
+
+       * image.el (insert-image): Clarifying docstring.
+
 2011-07-24  Michael Albinus  <address@hidden>
 
        * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2011-07-17 15:57:47 +0000
+++ b/lisp/image.el     2011-07-25 01:44:10 +0000
@@ -413,8 +413,8 @@
 (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'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]