From 0f0a88b94cce778a7903196b07a0d70657fb4dc0 Mon Sep 17 00:00:00 2001 From: Deniz Dogan Date: Mon, 25 Jul 2011 03:44:10 +0200 Subject: * lisp/image.el (insert-image): Clarifying docstring. --- lisp/image.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/image.el') 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' -- cgit v1.2.1