X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d4b7d6b4944e4b639eafbc49284e0233009b0820..d44e146b8c0a9199b814487172721231d22eb7dc:/lisp/w32-fns.el diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 32c66a9174..d8a7858c90 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 ()