diff options
| author | Juri Linkov | 2008-04-22 20:39:20 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-04-22 20:39:20 +0000 |
| commit | 367c9b7c857eb8a07cc2f3937f13d7b1084adab6 (patch) | |
| tree | 2777470b66369c06016c8e7a6d421ae23b68d898 /doc | |
| parent | d3434a5b8a034f288cc905c2e8c42ddf91484668 (diff) | |
| download | emacs-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/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 @@ | |||
| 1 | 2008-04-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * dired.texi (Subdirectories in Dired): Describe using `^' | ||
| 4 | to return to the parent directory. | ||
| 5 | |||
| 1 | 2008-04-22 Nick Roberts <nickrob@snap.net.nz> | 6 | 2008-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 | ||
| 918 | In either case, @kbd{i} sets the Emacs mark before moving, so @kbd{C-u | 918 | In either case, @kbd{i} sets the Emacs mark before moving, so @kbd{C-u |
| 919 | C-@key{SPC}} takes you back to the old position in the buffer (the line | 919 | C-@key{SPC}} takes you back to the old position in the buffer (the line |
| 920 | describing that subdirectory). | 920 | describing that subdirectory). You can also use @samp{^} to return |
| 921 | to the parent directory in the same Dired buffer. | ||
| 921 | 922 | ||
| 922 | Use the @kbd{l} command (@code{dired-do-redisplay}) to update the | 923 | Use the @kbd{l} command (@code{dired-do-redisplay}) to update the |
| 923 | subdirectory's contents. Use @kbd{C-u k} on the subdirectory header | 924 | subdirectory's contents. Use @kbd{C-u k} on the subdirectory header |