summaryrefslogtreecommitdiff
path: root/lisp/image.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-11-17 17:43:32 -0800
committerGlenn Morris <rgm@gnu.org>2012-11-17 17:43:32 -0800
commit913c8291bdac169ca8cedb084c1381eafc892913 (patch)
tree3819c90042e6dd013a950a6a6f3791fc497fd6bc /lisp/image.el
parent7351b73d45a2f6f33230e6725fdfdf9e122eff14 (diff)
downloademacs-913c8291bdac169ca8cedb084c1381eafc892913.tar.gz
* lisp/image.el (insert-image, insert-sliced-image): Doc fix.
Diffstat (limited to 'lisp/image.el')
-rw-r--r--lisp/image.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/image.el b/lisp/image.el
index aef44fc3701..a8577ad5a7f 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -432,7 +432,7 @@ means display it in the right marginal area."
"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 @@ height of the image; integer values are taken as pixel values."
(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'