Mercurial > emacs
changeset 42141:55c0ac959234
(image-file-name-extensions): Add pnm. Doc fix.
(image-file-name-regexps): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 18 Dec 2001 16:45:17 +0000 |
parents | 49087a9d073e |
children | a710756cec7c |
files | lisp/image-file.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image-file.el Tue Dec 18 16:42:38 2001 +0000 +++ b/lisp/image-file.el Tue Dec 18 16:45:17 2001 +0000 @@ -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 @@ 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)