]> git.eshelyaron.com Git - emacs.git/commitdiff
(remote-compile-run-before): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:46:40 +0000 (23:46 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:46:40 +0000 (23:46 +0000)
lisp/rcompile.el

index 6f41a3b1138bd131e9564d87da658dc07c0318b3..60f0d1e91b8d835d20c54f0d823aa0205466bb20 100644 (file)
@@ -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.")