aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov2008-04-22 20:39:20 +0000
committerJuri Linkov2008-04-22 20:39:20 +0000
commit367c9b7c857eb8a07cc2f3937f13d7b1084adab6 (patch)
tree2777470b66369c06016c8e7a6d421ae23b68d898 /doc
parentd3434a5b8a034f288cc905c2e8c42ddf91484668 (diff)
downloademacs-367c9b7c857eb8a07cc2f3937f13d7b1084adab6.tar.gz
emacs-367c9b7c857eb8a07cc2f3937f13d7b1084adab6.zip
(Subdirectories in Dired): Describe using @samp{^}
to return to the parent directory.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/dired.texi3
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 @@
12008-04-22 Juri Linkov <juri@jurta.org>
2
3 * dired.texi (Subdirectories in Dired): Describe using `^'
4 to return to the parent directory.
5
12008-04-22 Nick Roberts <nickrob@snap.net.nz> 62008-04-22 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for 8 * 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
917 917
918In either case, @kbd{i} sets the Emacs mark before moving, so @kbd{C-u 918In either case, @kbd{i} sets the Emacs mark before moving, so @kbd{C-u
919C-@key{SPC}} takes you back to the old position in the buffer (the line 919C-@key{SPC}} takes you back to the old position in the buffer (the line
920describing that subdirectory). 920describing that subdirectory). You can also use @samp{^} to return
921to the parent directory in the same Dired buffer.
921 922
922Use the @kbd{l} command (@code{dired-do-redisplay}) to update the 923Use the @kbd{l} command (@code{dired-do-redisplay}) to update the
923subdirectory's contents. Use @kbd{C-u k} on the subdirectory header 924subdirectory's contents. Use @kbd{C-u k} on the subdirectory header