diff options
| author | Karl Heuer | 1996-01-04 23:46:40 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:46:40 +0000 |
| commit | 7f534fff6d99736bbae29ad8d178f79d282b7345 (patch) | |
| tree | b6f78a42bb9cb6c9fc6ab424f7bf18872ee28083 | |
| parent | 4a6fd75f1db43176d8c6228f83876196bf4fc02a (diff) | |
| download | emacs-7f534fff6d99736bbae29ad8d178f79d282b7345.tar.gz emacs-7f534fff6d99736bbae29ad8d178f79d282b7345.zip | |
(remote-compile-run-before): Doc fix.
| -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.") |