# HG changeset patch # User Andrew Innes # Date 964476214 0 # Node ID 5c815e469b1752cd7013925434f925a22fe604b9 # Parent 2db947f4e685dbc027455d2b693e2813ae05a1ab (w32-using-nt): Fix docstring. diff -r 2db947f4e685 -r 5c815e469b17 lisp/w32-fns.el --- a/lisp/w32-fns.el Mon Jul 24 21:46:38 2000 +0000 +++ b/lisp/w32-fns.el Mon Jul 24 22:03:34 2000 +0000 @@ -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 ()