emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110907: * lisp/image.el (insert-i


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110907: * lisp/image.el (insert-image, insert-sliced-image): Doc fix.
Date: Sat, 17 Nov 2012 17:43:32 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110907
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-11-17 17:43:32 -0800
message:
  * lisp/image.el (insert-image, insert-sliced-image): Doc fix.
modified:
  lisp/ChangeLog
  lisp/image.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-17 07:33:01 +0000
+++ b/lisp/ChangeLog    2012-11-18 01:43:32 +0000
@@ -1,3 +1,7 @@
+2012-11-18  Glenn Morris  <address@hidden>
+
+       * image.el (insert-image, insert-sliced-image): Doc fix.
+
 2012-11-17  Chong Yidong  <address@hidden>
 
        * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2012-10-23 00:46:11 +0000
+++ b/lisp/image.el     2012-11-18 01:43:32 +0000
@@ -432,7 +432,7 @@
   "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
-defaults to the empty string if you omit it.
+defaults to a single space 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'
@@ -470,8 +470,8 @@
 (defun insert-sliced-image (image &optional string area rows cols)
   "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.  The default
+STRING is a single space.
 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]