]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix
authorJason Rumney <jasonr@gnu.org>
Wed, 13 Jun 2007 22:54:26 +0000 (22:54 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 13 Jun 2007 22:54:26 +0000 (22:54 +0000)
lisp/w32-fns.el

index caf14d48be76a8a37e63f47f6cc43d36d80798e5..a660deccba02cf93bb6fa1fc89500e2535f487ff 100644 (file)
@@ -57,7 +57,7 @@ numbers, and the build number."
   (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")))