From 0f0a88b94cce778a7903196b07a0d70657fb4dc0 Mon Sep 17 00:00:00 2001 From: Deniz Dogan Date: Mon, 25 Jul 2011 03:44:10 +0200 Subject: [PATCH] * lisp/image.el (insert-image): Clarifying docstring. --- lisp/ChangeLog | 4 ++++ lisp/image.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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' -- 2.39.2