diff lisp/w32-fns.el @ 30435:5c815e469b17

(w32-using-nt): Fix docstring.
author Andrew Innes <andrewi@gnu.org>
date Mon, 24 Jul 2000 22:03:34 +0000
parents c470ffbc2a4a
children 4c03111f81ac
line wrap: on
line diff
--- a/lisp/w32-fns.el	Mon Jul 24 21:46:38 2000 +0000
+++ b/lisp/w32-fns.el	Mon Jul 24 22:03:34 2000 +0000
@@ -52,7 +52,7 @@
   "List of strings recognized as Windows NT/9X system shells.")
 
 (defun w32-using-nt ()
-  "Return t if literally running on Windows NT (i.e., not Windows 9X)."
+  "Return non-nil if literally running on Windows NT (i.e., not Windows 9X)."
   (and (eq system-type 'windows-nt) (getenv "SystemRoot")))
 
 (defun w32-shell-name ()