Mercurial > emacs
changeset 90935:9f1c9eeab40d
Doc fix
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 13 Jun 2007 22:54:26 +0000 |
parents | af868af9258b |
children | 8f324a2ed0de |
files | lisp/w32-fns.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/w32-fns.el Wed Jun 13 22:52:39 2007 +0000 +++ b/lisp/w32-fns.el Wed Jun 13 22:54:26 2007 +0000 @@ -57,7 +57,7 @@ (x-server-version)) (defun w32-using-nt () - "Return non-nil if running on a 32-bit Windows system. + "Return non-nil if running on a Windows NT descendant. That includes all Windows systems except for 9X/Me." (and (eq system-type 'windows-nt) (getenv "SystemRoot")))