diff options
author | Juri Linkov <juri@jurta.org> | 2008-04-22 20:39:20 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-04-22 20:39:20 +0000 |
commit | 367c9b7c857eb8a07cc2f3937f13d7b1084adab6 (patch) | |
tree | 2777470b66369c06016c8e7a6d421ae23b68d898 | |
parent | d3434a5b8a034f288cc905c2e8c42ddf91484668 (diff) | |
download | emacs-367c9b7c857eb8a07cc2f3937f13d7b1084adab6.tar.gz emacs-367c9b7c857eb8a07cc2f3937f13d7b1084adab6.tar.bz2 emacs-367c9b7c857eb8a07cc2f3937f13d7b1084adab6.zip |
(Subdirectories in Dired): Describe using @samp{^}
to return to the parent directory.
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/dired.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index e04eafa6c68..0fd90ba5a63 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2008-04-22 Juri Linkov <juri@jurta.org> + + * dired.texi (Subdirectories in Dired): Describe using `^' + to return to the parent directory. + 2008-04-22 Nick Roberts <nickrob@snap.net.nz> * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 72cc04dfcd3..104c59fb67e 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -917,7 +917,8 @@ If the subdirectory's contents are already present in the buffer, the In either case, @kbd{i} sets the Emacs mark before moving, so @kbd{C-u C-@key{SPC}} takes you back to the old position in the buffer (the line -describing that subdirectory). +describing that subdirectory). You can also use @samp{^} to return +to the parent directory in the same Dired buffer. Use the @kbd{l} command (@code{dired-do-redisplay}) to update the subdirectory's contents. Use @kbd{C-u k} on the subdirectory header |