changeset 30435:5c815e469b17

(w32-using-nt): Fix docstring.
author Andrew Innes <andrewi@gnu.org>
date Mon, 24 Jul 2000 22:03:34 +0000
parents 2db947f4e685
children 9abea5a69fb5
files lisp/w32-fns.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 ()