summaryrefslogtreecommitdiff
path: root/lisp/image-file.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-12-18 16:45:17 +0000
committerDave Love <fx@gnu.org>2001-12-18 16:45:17 +0000
commit37c87084b575503322fc35297bc0505cc899a8fe (patch)
tree44b097f8b5f98e08fe14b296fd568ca4143c7bc5 /lisp/image-file.el
parenta2cfe7775cb0fb2743e601a124f4f9e3765ac156 (diff)
downloademacs-37c87084b575503322fc35297bc0505cc899a8fe.tar.gz
(image-file-name-extensions): Add pnm. Doc fix.
(image-file-name-regexps): Doc fix.
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r--lisp/image-file.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el
index 7875314d335..e5f1203e2b0 100644
--- a/lisp/image-file.el
+++ b/lisp/image-file.el
@@ -38,15 +38,15 @@
;;;###autoload
(defcustom image-file-name-extensions
- '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")
+ '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")
"*A list of image-file filename extensions.
Filenames having one of these extensions are considered image files,
in addition to those matching `image-file-name-regexps'.
See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
setting this variable directly does not take effect unless
-`auto-image-file-mode' is re-enabled; this happens automatically the
-variable is set using \\[customize]."
+`auto-image-file-mode' is re-enabled; this happens automatically when
+the variable is set using \\[customize]."
:type '(repeat string)
:set (lambda (sym val)
(set-default sym val)
@@ -64,8 +64,8 @@ in addition to those with an extension in `image-file-name-extensions'.
See function `auto-image-file-mode'; if `auto-image-file-mode' is
enabled, setting this variable directly does not take effect unless
-`auto-image-file-mode' is re-enabled; this happens automatically the
-variable is set using \\[customize]."
+`auto-image-file-mode' is re-enabled; this happens automatically when
+the variable is set using \\[customize]."
:type '(repeat regexp)
:set (lambda (sym val)
(set-default sym val)