changeset 74256:9b80e932389f

(iimage-mode-image-regex-alist): Doc fix. (iimage-mode-buffer): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Nov 2006 16:29:39 +0000
parents 23db4276ddf0
children 5c36efa11051
files lisp/iimage.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/iimage.el	Mon Nov 27 16:00:59 2006 +0000
+++ b/lisp/iimage.el	Mon Nov 27 16:29:39 2006 +0000
@@ -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 @@
     (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)