aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-30 13:54:12 +0000
committerEli Zaretskii2001-01-30 13:54:12 +0000
commit2149d5dc0fafbbfd49ad74066c7cf332ac40d294 (patch)
tree7bb6d7dd15a48debfb670ce6fc4d153be1e4b088
parent9638f5c2ae40b0690022ec7146fa993995ee7d1e (diff)
downloademacs-2149d5dc0fafbbfd49ad74066c7cf332ac40d294.tar.gz
emacs-2149d5dc0fafbbfd49ad74066c7cf332ac40d294.zip
Document non-support of images in the MS-Windows port of v21.1.
-rw-r--r--man/files.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi
index 0877f3683fd..47cfb174ee0 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -2754,4 +2754,7 @@ When Auto-image-file minor mode is enabled, image files are displayed as
2754images when they are visited or inserted into buffers if Emacs can 2754images when they are visited or inserted into buffers if Emacs can
2755display the relevant image type. File names matching 2755display the relevant image type. File names matching
2756@code{image-file-name-extensions} or @code{image-file-name-regexps} are 2756@code{image-file-name-extensions} or @code{image-file-name-regexps} are
2757considered to contain images. 2757considered to contain images. Note that Emacs can only display images
2758of the types for which the appropriate support libraries were linked
2759into Emacs when it was built. In particular, the MS-Windows version
2760of Emacs doesn't support image files as of version 21.1.