emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/eshell.texi


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/man/eshell.texi
Date: Mon, 17 Jun 2002 11:55:52 -0400

Index: emacs/man/eshell.texi
diff -c emacs/man/eshell.texi:1.13 emacs/man/eshell.texi:1.14
*** emacs/man/eshell.texi:1.13  Mon Jun 17 07:50:12 2002
--- emacs/man/eshell.texi       Mon Jun 17 11:55:51 2002
***************
*** 1,6 ****
  \input texinfo  @c -*-texinfo-*-
  
! @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.
--- 1,6 ----
  \input texinfo  @c -*-texinfo-*-
  
! @c "@(#)$Name:  $:$Id: eshell.texi,v 1.14 2002/06/17 15:55:51 kai Exp $"
  
  @c Documentation for Eshell: The Emacs Shell.
  @c Copyright (C) 1999, 2000  Free Software Foundation, Inc.
***************
*** 592,602 ****
  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.
  
  With @samp{cd =foo}, Eshell searches the directory stack for a
  directory matching the regular expression @samp{foo} and changes to
  that directory.
  
  @end table
  
--- 592,605 ----
  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.  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
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]