# HG changeset patch # User Juanma Barranquero # Date 1164644979 0 # Node ID 9b80e932389f0a9b6e830b9eb57f4cd1abbe2b39 # Parent 23db4276ddf069cb73841eefbdeb00b26e6de738 (iimage-mode-image-regex-alist): Doc fix. (iimage-mode-buffer): Fix typos in docstring. diff -r 23db4276ddf0 -r 9b80e932389f lisp/iimage.el --- 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)