From: Eli Zaretskii Date: Fri, 8 Nov 2019 14:41:26 +0000 (+0100) Subject: Fix MS-Windows version reference in FAQ X-Git-Tag: emacs-27.0.90~698 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05167c1173c4a6c6850ba62da6757760e2df3507;p=emacs.git Fix MS-Windows version reference in FAQ * doc/misc/efaq-w32.texi (Which versions of Windows): Clarify that we support all recent versions of MS-Windows. (Bug#38023) --- diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index cdd01e47f00..3e2b0b12cfc 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi @@ -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.