summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/iimage.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/iimage.el b/lisp/iimage.el
index b5633582081..99d7ea2ce34 100644
--- a/lisp/iimage.el
+++ b/lisp/iimage.el
@@ -87,7 +87,7 @@
Each element looks like (REGEXP . NUM).
NUM specifies which parenthesized expression in the regexp.
-image filename regex exsamples:
+Examples of image filename regexps:
file://foo.png
`file://foo.png'
\\[\\[foo.gif]]
@@ -116,7 +116,7 @@ image filename regex exsamples:
(locate-library filename t path)))
(defun iimage-mode-buffer (arg)
-"Display/Undisplay Images.
+"Display/undisplay images.
With numeric ARG, display the images if and only if ARG is positive."
(interactive)
(let ((ing (if (numberp arg)