aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-04 23:46:40 +0000
committerKarl Heuer1996-01-04 23:46:40 +0000
commit7f534fff6d99736bbae29ad8d178f79d282b7345 (patch)
treeb6f78a42bb9cb6c9fc6ab424f7bf18872ee28083
parent4a6fd75f1db43176d8c6228f83876196bf4fc02a (diff)
downloademacs-7f534fff6d99736bbae29ad8d178f79d282b7345.tar.gz
emacs-7f534fff6d99736bbae29ad8d178f79d282b7345.zip
(remote-compile-run-before): Doc fix.
-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.")