From: Juanma Barranquero Date: Mon, 27 Nov 2006 16:29:39 +0000 (+0000) Subject: (iimage-mode-image-regex-alist): Doc fix. X-Git-Tag: emacs-pretest-22.0.92~448 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e7cca19ece9ddfba9551f172ebfb8c26b6ec150;p=emacs.git (iimage-mode-image-regex-alist): Doc fix. (iimage-mode-buffer): Fix typos in docstring. --- 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)