summaryrefslogtreecommitdiff
path: root/man/eshell.texi
diff options
context:
space:
mode:
authorKai Großjohann <kgrossjo@eu.uu.net>2002-06-17 15:55:51 +0000
committerKai Großjohann <kgrossjo@eu.uu.net>2002-06-17 15:55:51 +0000
commit1ecfdc6940dfccd423a6c3d2bd828e58208c3870 (patch)
treeaf4b389164ac76e0784ae41c689886a21749f45e /man/eshell.texi
parent72459b15495b7ef0a3cf9a7080a548310ec363a9 (diff)
downloademacs-1ecfdc6940dfccd423a6c3d2bd828e58208c3870.tar.gz
*** empty log message ***
Diffstat (limited to 'man/eshell.texi')
-rw-r--r--man/eshell.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/eshell.texi b/man/eshell.texi
index da5179f0899..742c279256e 100644
--- a/man/eshell.texi
+++ b/man/eshell.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
-@c "@(#)$Name: $:$Id: eshell.texi,v 1.12 2001/04/19 15:10:31 gerd Exp $"
+@c "@(#)$Name: $:$Id: eshell.texi,v 1.13 2002/06/17 11:50:12 kai Exp $"
@c Documentation for Eshell: The Emacs Shell.
@c Copyright (C) 1999, 2000 Free Software Foundation, Inc.
@@ -592,12 +592,15 @@ When it receives no argument at all, it changes to the home directory.
Giving the command @samp{cd -} changes back to the previous working
directory (this is the same as @samp{cd $-}).
-The command @samp{cd =} shows the directory stack.
+The command @samp{cd =} shows the directory stack. Each line is
+numbered.
With @samp{cd =foo}, Eshell searches the directory stack for a
directory matching the regular expression @samp{foo} and changes to
that directory.
+With @samp{cd -42}, you can access the directory stack by number.
+
@end table