From: Karl Heuer Date: Thu, 4 Jan 1996 23:46:40 +0000 (+0000) Subject: (remote-compile-run-before): Doc fix. X-Git-Tag: emacs-19.34~1859 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f534fff6d99736bbae29ad8d178f79d282b7345;p=emacs.git (remote-compile-run-before): Doc fix. --- diff --git a/lisp/rcompile.el b/lisp/rcompile.el index 6f41a3b1138..60f0d1e91b8 100644 --- a/lisp/rcompile.el +++ b/lisp/rcompile.el @@ -78,7 +78,7 @@ nil means use the value returned by \\[user-login-name].") (defvar remote-compile-run-before nil "*Command to run before compilation. -This can be used for setting up enviroment variables, +This can be used for setting up environment variables, since rsh does not invoke the shell as a login shell and files like .login \(tcsh\) and .bash_profile \(bash\) are not run. nil means run no commands.")