aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1992-07-20 22:30:14 +0000
committerRoland McGrath <[email protected]>1992-07-20 22:30:14 +0000
commit74f2ab0655f0b517521c499c189a76d6819f9bff (patch)
tree1217a339a944ac4c8a44b7a45886045c453a1f7e
parent4d7c105e5d642dd4d63028d82f6660958ef0b3bd (diff)
*** empty log message ***
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 2aa1f7a225..6932ede477 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -149,7 +149,7 @@ directory name of the directory where the `.emacs' file was looked for.")
(run-hooks 'window-setup-hook)))))
(defun command-line ()
- ;; See if we should import version-control from the envionment variable.
+ ;; See if we should import version-control from the environment variable.
(let ((vc (getenv "VERSION_CONTROL")))
(cond ((eq vc nil)) ;don't do anything if not set
((or (string= vc "t")