From: Dave Love Date: Tue, 18 Dec 2001 16:45:17 +0000 (+0000) Subject: (image-file-name-extensions): Add pnm. Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=228b0b9a316a2adf4d97c7ca2a840bb4a2f55d1b;p=emacs.git (image-file-name-extensions): Add pnm. Doc fix. (image-file-name-regexps): Doc fix. --- 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)