summaryrefslogtreecommitdiff
path: root/lisp/eshell/eshell.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-07-18 11:47:47 +0000
committerEli Zaretskii <eliz@gnu.org>2000-07-18 11:47:47 +0000
commitad0f33869f055450c27458689af38f2a6e1223d7 (patch)
treea2559e138b97c803d4f5ca9afe105d40724e4468 /lisp/eshell/eshell.el
parent493fa1c58029b89241ac41a138afff6487802005 (diff)
downloademacs-ad0f33869f055450c27458689af38f2a6e1223d7.tar.gz
(eshell-directory-name): Run default directory
name through convert-standard-filename. (eshell): Replace links to eshell.info with links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
Diffstat (limited to 'lisp/eshell/eshell.el')
-rw-r--r--lisp/eshell/eshell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index 156f47a1b82..2f24b1103e6 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -34,7 +34,7 @@ is intended to be a functional replacement for command shells such as
bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of
the tasks accomplished by such tools."
:tag "The Emacs shell"
- :link '(info-link "(eshell.info)The Emacs shell")
+ :link '(info-link "(eshell)The Emacs shell")
:group 'applications)
;;; Commentary:
@@ -254,7 +254,7 @@ the tasks accomplished by such tools."
"`eshell-buffer-name' is a member of `same-window-buffer-names'"
(member eshell-buffer-name same-window-buffer-names))
-(defcustom eshell-directory-name "~/.eshell/"
+(defcustom eshell-directory-name (convert-standard-filename "~/.eshell/")
"*The directory where Eshell control files should be kept."
:type 'directory
:group 'eshell)