]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKai Großjohann <kgrossjo@eu.uu.net>
Mon, 17 Jun 2002 15:55:51 +0000 (15:55 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Mon, 17 Jun 2002 15:55:51 +0000 (15:55 +0000)
man/ChangeLog
man/eshell.texi

index 92b78fb78b822dc24267225ff32cb2ed8e1fbacd..ca084e4e38ca9ef3460f24b6fcecc429462d9a3b 100644 (file)
@@ -9,6 +9,7 @@
        (Top): Don't include it in DVI output.
        (History): Explain $- and $+.
        (Built-ins): New node.  Document `cd'.
+       (Built-ins): Explain `cd -42'.
 
        * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
        (../info/tramp, tramp.dvi): New targets.
index da5179f0899be1bed47b7555a58326dd91d556af..742c279256ec335d8a3d70329f8c3f2226603187 100644 (file)
@@ -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