aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-15 23:15:27 -0800
committerGlenn Morris2012-02-15 23:15:27 -0800
commit3b19a30db8b5fcbf64b238beecfbb0804159fd53 (patch)
treebafef77db3d4df8724ba7e2f13e5fcb4a88e605a
parent755dda14fb2331c8c27a2f19d75ccfc0ea0940b7 (diff)
downloademacs-3b19a30db8b5fcbf64b238beecfbb0804159fd53.tar.gz
emacs-3b19a30db8b5fcbf64b238beecfbb0804159fd53.zip
* doc/emacs/dired-xtra.texi (Subdir Switches): Small fixes.
* admin/FOR-RELEASE: Related markup.
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/dired-xtra.texi13
3 files changed, 13 insertions, 4 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 37c53fa4eab..a5020c90319 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -132,7 +132,7 @@ cmdargs.texi cyd
132commands.texi cyd 132commands.texi cyd
133custom.texi cyd 133custom.texi cyd
134dired.texi cyd 134dired.texi cyd
135dired-xtra.texi 135dired-xtra.texi rgm
136display.texi cyd 136display.texi cyd
137emacs.texi 137emacs.texi
138emacs-xtra.texi 138emacs-xtra.texi
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 8e10749cc35..1be52012837 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,7 @@
12012-02-16 Glenn Morris <rgm@gnu.org> 12012-02-16 Glenn Morris <rgm@gnu.org>
2 2
3 * dired-xtra.texi (Subdir Switches): Small fixes.
4
3 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks. 5 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
4 6
52012-02-15 Glenn Morris <rgm@gnu.org> 72012-02-15 Glenn Morris <rgm@gnu.org>
diff --git a/doc/emacs/dired-xtra.texi b/doc/emacs/dired-xtra.texi
index bc141650b4a..81de9a800f9 100644
--- a/doc/emacs/dired-xtra.texi
+++ b/doc/emacs/dired-xtra.texi
@@ -1,5 +1,5 @@
1@c This is part of the Emacs manual. 1@c This is part of the Emacs manual.
2@c Copyright (C) 2004-2012 Free Software Foundation, Inc. 2@c Copyright (C) 2004-2012 Free Software Foundation, Inc.
3@c See file emacs.texi for copying conditions. 3@c See file emacs.texi for copying conditions.
4@c 4@c
5@c This file is included either in emacs-xtra.texi (when producing the 5@c This file is included either in emacs-xtra.texi (when producing the
@@ -9,12 +9,19 @@
9 9
10You can insert subdirectories with specified @command{ls} switches in 10You can insert subdirectories with specified @command{ls} switches in
11Dired buffers using @kbd{C-u i}. You can change the @command{ls} 11Dired buffers using @kbd{C-u i}. You can change the @command{ls}
12switches of an already inserted subdirectory using @kbd{C-u l}. 12switches of an already inserted subdirectory at point using @kbd{C-u l}.
13 13
14Dired preserves the switches if you revert the buffer. Deleting a 14Dired preserves the switches if you revert the buffer. Deleting a
15subdirectory forgets about its switches. 15subdirectory forgets about its switches.
16 16
17Using @code{dired-undo} (@pxref{Marks vs Flags}) to reinsert or delete 17Using @code{dired-undo}
18@iftex
19(@pxref{Marks vs Flags,,, emacs, the Emacs Manual})
20@end iftex
21@ifnottex
22(@pxref{Marks vs Flags})
23@end ifnottex
24to reinsert or delete
18subdirectories that were inserted with explicit switches can bypass 25subdirectories that were inserted with explicit switches can bypass
19Dired's machinery for remembering (or forgetting) switches. Deleting 26Dired's machinery for remembering (or forgetting) switches. Deleting
20a subdirectory using @code{dired-undo} does not forget its switches. 27a subdirectory using @code{dired-undo} does not forget its switches.