summaryrefslogtreecommitdiff
path: root/lisp/rcompile.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:46:40 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:46:40 +0000
commit9d86ee7fd1f7f34290047d210513f0774e65927b (patch)
treec2cb33f6b2b5750654d93ba4d9adc4873d33b4cb /lisp/rcompile.el
parentcb81805e28b5b7e1669087ed69a65ddcdeb738e8 (diff)
downloademacs-9d86ee7fd1f7f34290047d210513f0774e65927b.tar.gz
(remote-compile-run-before): Doc fix.
Diffstat (limited to 'lisp/rcompile.el')
-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].")
(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.")