From 6e7cca19ece9ddfba9551f172ebfb8c26b6ec150 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 27 Nov 2006 16:29:39 +0000 Subject: [PATCH] (iimage-mode-image-regex-alist): Doc fix. (iimage-mode-buffer): Fix typos in docstring. --- lisp/iimage.el | 4 ++-- 1 file 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) -- 2.39.2