]> git.eshelyaron.com Git - emacs.git/commitdiff
(iimage-mode-image-regex-alist): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 16:29:39 +0000 (16:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 16:29:39 +0000 (16:29 +0000)
(iimage-mode-buffer): Fix typos in docstring.

lisp/iimage.el

index b5633582081fbb538e2c906e3854149a7b4b552b..99d7ea2ce3418cdb155bc3b461b2bdce3a893fa3 100644 (file)
@@ -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)