# HG changeset patch # User Jason Rumney # Date 1181775266 0 # Node ID 9f1c9eeab40d9ac36dacec84f97c4bdac1aacf6c # Parent af868af9258b9d5c616f8e24665083943cde65fc Doc fix diff -r af868af9258b -r 9f1c9eeab40d lisp/w32-fns.el --- 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")))