From: Andrew Innes Date: Mon, 24 Jul 2000 22:03:34 +0000 (+0000) Subject: (w32-using-nt): Fix docstring. X-Git-Tag: emacs-pretest-21.0.90~2631 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9be978bae493d941d9eafca66a6bac602373e3a3;p=emacs.git (w32-using-nt): Fix docstring. --- 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 ()