summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-07-24 22:03:34 +0000
committerAndrew Innes <andrewi@gnu.org>2000-07-24 22:03:34 +0000
commit9be978bae493d941d9eafca66a6bac602373e3a3 (patch)
tree250a92a5fcdd30b23889fe17d3d0194be11d44a5 /lisp/w32-fns.el
parentc95162f558e6f64d3713684d3f2cebacfce7f515 (diff)
downloademacs-9be978bae493d941d9eafca66a6bac602373e3a3.tar.gz
(w32-using-nt): Fix docstring.
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 ()