aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/rcompile.el2
1 files changed, 1 insertions, 1 deletions
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].")
78 78
79(defvar remote-compile-run-before nil 79(defvar remote-compile-run-before nil
80 "*Command to run before compilation. 80 "*Command to run before compilation.
81This can be used for setting up enviroment variables, 81This can be used for setting up environment variables,
82since rsh does not invoke the shell as a login shell and files like .login 82since rsh does not invoke the shell as a login shell and files like .login
83\(tcsh\) and .bash_profile \(bash\) are not run. 83\(tcsh\) and .bash_profile \(bash\) are not run.
84nil means run no commands.") 84nil means run no commands.")