From 9be978bae493d941d9eafca66a6bac602373e3a3 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Mon, 24 Jul 2000 22:03:34 +0000 Subject: [PATCH] (w32-using-nt): Fix docstring. --- lisp/w32-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.2