diff options
| -rw-r--r-- | lisp/rcompile.el | 2 |
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. |
| 81 | This can be used for setting up enviroment variables, | 81 | This can be used for setting up environment variables, |
| 82 | since rsh does not invoke the shell as a login shell and files like .login | 82 | since 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. |
| 84 | nil means run no commands.") | 84 | nil means run no commands.") |