summaryrefslogtreecommitdiff
path: root/lisp/iimage.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-27 16:29:39 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-27 16:29:39 +0000
commit6e7cca19ece9ddfba9551f172ebfb8c26b6ec150 (patch)
tree0fbeccf7f4a5e81aa38569e08270795686653624 /lisp/iimage.el
parent4b0d2020724ab789911bccfbf652d12307aa69b8 (diff)
downloademacs-6e7cca19ece9ddfba9551f172ebfb8c26b6ec150.tar.gz
(iimage-mode-image-regex-alist): Doc fix.
(iimage-mode-buffer): Fix typos in docstring.
Diffstat (limited to 'lisp/iimage.el')
-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)