aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2002-06-28 20:01:09 +0000
committerJohn Wiegley2002-06-28 20:01:09 +0000
commit560ca4be1ec9bd266ab15fb6d559b24358772a11 (patch)
treef54c6d17abbbfdc7f20dbb1ba248013ef9f3c6b0
parentfeb69f490440077683b5e3725f7f58e7883212be (diff)
downloademacs-560ca4be1ec9bd266ab15fb6d559b24358772a11.tar.gz
emacs-560ca4be1ec9bd266ab15fb6d559b24358772a11.zip
Removed an extraneous space character from a comment.
-rw-r--r--lisp/eshell/em-dirs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el
index 1eafe1ffd73..2838ec5e8bf 100644
--- a/lisp/eshell/em-dirs.el
+++ b/lisp/eshell/em-dirs.el
@@ -172,7 +172,7 @@ thing again."
172 :type 'boolean 172 :type 'boolean
173 :group 'eshell-dirs) 173 :group 'eshell-dirs)
174 174
175;;; Internal Variables: 175;;; Internal Variables:
176 176
177(defvar eshell-dirstack nil 177(defvar eshell-dirstack nil
178 "List of directories saved by pushd in the Eshell buffer. 178 "List of directories saved by pushd in the Eshell buffer.