diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-06-13 22:54:26 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-06-13 22:54:26 +0000 |
commit | 4ff64219f26e82e5a2cbdd735604b9d8de55e26d (patch) | |
tree | f8bd885cef5ba7acb7e9a3b49cf379c3591db403 /lisp/w32-fns.el | |
parent | ebc312d1ed619cc3a7b42cdc28f7bc717915b51c (diff) | |
download | emacs-4ff64219f26e82e5a2cbdd735604b9d8de55e26d.tar.gz |
Doc fix
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 2 |
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"))) |