summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2007-06-13 22:54:26 +0000
committerJason Rumney <jasonr@gnu.org>2007-06-13 22:54:26 +0000
commit4ff64219f26e82e5a2cbdd735604b9d8de55e26d (patch)
treef8bd885cef5ba7acb7e9a3b49cf379c3591db403 /lisp/w32-fns.el
parentebc312d1ed619cc3a7b42cdc28f7bc717915b51c (diff)
downloademacs-4ff64219f26e82e5a2cbdd735604b9d8de55e26d.tar.gz
Doc fix
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r--lisp/w32-fns.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el
index caf14d48be7..a660deccba0 100644
--- a/lisp/w32-fns.el
+++ b/lisp/w32-fns.el
@@ -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")))