]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix MS-Windows version reference in FAQ
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Nov 2019 14:41:26 +0000 (15:41 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 8 Nov 2019 14:43:08 +0000 (15:43 +0100)
* doc/misc/efaq-w32.texi (Which versions of Windows): Clarify that we
support all recent versions of MS-Windows.  (Bug#38023)

doc/misc/efaq-w32.texi

index cdd01e47f003beb1af3ff681a6c8a08cf263d90f..3e2b0b12cfcc1d2dd692d314d500ae4938be158a 100644 (file)
@@ -125,10 +125,12 @@ systems.
 @cindex Windows, versions
 @cindex supported versions of Windows
 
-Emacs @value{EMACSVER} is known to run on all versions of Windows from
-Windows 98 and Windows NT 4.0 through to Windows 8.1.  The Windows
-port is built using the Win32 API and supports most features of the X
-version, including variable width fonts, images and tooltips.
+Emacs @value{EMACSVER} is known to run on all versions of Windows 9X
+from Windows 98 onward, and all versions of the NT family starting
+from NT 4.0; this includes all the modern versions from Windows XP and
+on.  The Windows port is built using the Win32 API and supports most
+features of the X version, including variable width fonts, images and
+tooltips.
 
 Emacs on Windows can be compiled as either a 32-bit or a 64-bit
 executable, using the MinGW GCC compiler and development tools.