From 228b0b9a316a2adf4d97c7ca2a840bb4a2f55d1b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 18 Dec 2001 16:45:17 +0000 Subject: [PATCH] (image-file-name-extensions): Add pnm. Doc fix. (image-file-name-regexps): Doc fix. --- lisp/image-file.el | 10 +++++----- 1 file 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) -- 2.39.2