diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-06 12:59:51 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-06 12:59:51 +0000 |
commit | 030409091898c6e5a6c05b4706ab827d0636a0e7 (patch) | |
tree | 3e179df6c44fee96c5c68eb0079ae4b37cecce4c /man/dired.texi | |
parent | 4984edc7c449d68ad08785bbdc6a01675aeca6e7 (diff) | |
download | emacs-030409091898c6e5a6c05b4706ab827d0636a0e7.tar.gz |
(Subdirectories in Dired) [ifnottex]: @include dired-xtra.texi.
(Dired) [ifnottex]: Add menu entry for "Subdir Switches".
Diffstat (limited to 'man/dired.texi')
-rw-r--r-- | man/dired.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/dired.texi b/man/dired.texi index 5face67a7b3..313bc566673 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -36,6 +36,9 @@ on all of them with on command. * Transforming File Names:: Using patterns to rename multiple files. * Comparison in Dired:: Running `diff' by way of Dired. * Subdirectories in Dired:: Adding subdirectories to the Dired buffer. +@ifnottex +* Subdir Switches:: Subdirectory switches in Dired. +@end ifnottex * Subdirectory Motion:: Moving across subdirectories, and up and down. * Hiding Subdirectories:: Making subdirectories visible or invisible. * Updating: Dired Updating. Discarding lines for files of no interest. @@ -906,6 +909,10 @@ Use the @kbd{l} command (@code{dired-do-redisplay}) to update the subdirectory's contents. Use @kbd{C-u k} on the subdirectory header line to delete the subdirectory. @xref{Dired Updating}. +@ifnottex +@include dired-xtra.texi +@end ifnottex + @node Subdirectory Motion @section Moving Over Subdirectories |