diff options
author | Deniz Dogan <deniz@dogan.se> | 2011-07-25 03:44:10 +0200 |
---|---|---|
committer | Deniz Dogan <deniz@dogan.se> | 2011-07-25 03:44:10 +0200 |
commit | 0f0a88b94cce778a7903196b07a0d70657fb4dc0 (patch) | |
tree | 8181957414396d4772a4cf44485522fe8f0a4a4d /lisp/image.el | |
parent | 43a0a4fab73ab14e8a1f023426a67b738505761a (diff) | |
download | emacs-0f0a88b94cce778a7903196b07a0d70657fb4dc0.tar.gz |
* lisp/image.el (insert-image): Clarifying docstring.
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 4 |
1 files changed, 2 insertions, 2 deletions
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' |