diff options
| -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." | |||
| 57 | (x-server-version)) | 57 | (x-server-version)) |
| 58 | 58 | ||
| 59 | (defun w32-using-nt () | 59 | (defun w32-using-nt () |
| 60 | "Return non-nil if running on a 32-bit Windows system. | 60 | "Return non-nil if running on a Windows NT descendant. |
| 61 | That includes all Windows systems except for 9X/Me." | 61 | That includes all Windows systems except for 9X/Me." |
| 62 | (and (eq system-type 'windows-nt) (getenv "SystemRoot"))) | 62 | (and (eq system-type 'windows-nt) (getenv "SystemRoot"))) |
| 63 | 63 | ||