summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
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 32c66a9174c..d8a7858c90d 100644
--- a/lisp/w32-fns.el
+++ b/lisp/w32-fns.el
@@ -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 ()