(iimage-mode-image-regex-alist): Doc fix.

(iimage-mode-buffer): Fix typos in docstring.
This commit is contained in:
Juanma Barranquero 2006-11-27 16:29:39 +00:00
parent 4b0d202072
commit 6e7cca19ec

View 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)