changeset 14001:be4f869af091

(remote-compile-run-before): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:46:40 +0000
parents 36dc9ede3562
children 9ba9c92b7987
files lisp/rcompile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rcompile.el	Thu Jan 04 23:46:19 1996 +0000
+++ b/lisp/rcompile.el	Thu Jan 04 23:46:40 1996 +0000
@@ -78,7 +78,7 @@
 
 (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.")