summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-15 23:15:27 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-15 23:15:27 -0800
commit3b19a30db8b5fcbf64b238beecfbb0804159fd53 (patch)
treebafef77db3d4df8724ba7e2f13e5fcb4a88e605a
parent755dda14fb2331c8c27a2f19d75ccfc0ea0940b7 (diff)
* 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
commands.texi cyd
custom.texi cyd
dired.texi cyd
-dired-xtra.texi
+dired-xtra.texi rgm
display.texi cyd
emacs.texi
emacs-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 @@
2012-02-16 Glenn Morris <rgm@gnu.org>
+ * dired-xtra.texi (Subdir Switches): Small fixes.
+
* fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
2012-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 @@
@c This is part of the Emacs manual.
-@c Copyright (C) 2004-2012 Free Software Foundation, Inc.
+@c Copyright (C) 2004-2012 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@c
@c This file is included either in emacs-xtra.texi (when producing the
@@ -9,12 +9,19 @@
You can insert subdirectories with specified @command{ls} switches in
Dired buffers using @kbd{C-u i}. You can change the @command{ls}
-switches of an already inserted subdirectory using @kbd{C-u l}.
+switches of an already inserted subdirectory at point using @kbd{C-u l}.
Dired preserves the switches if you revert the buffer. Deleting a
subdirectory forgets about its switches.
-Using @code{dired-undo} (@pxref{Marks vs Flags}) to reinsert or delete
+Using @code{dired-undo}
+@iftex
+(@pxref{Marks vs Flags,,, emacs, the Emacs Manual})
+@end iftex
+@ifnottex
+(@pxref{Marks vs Flags})
+@end ifnottex
+to reinsert or delete
subdirectories that were inserted with explicit switches can bypass
Dired's machinery for remembering (or forgetting) switches. Deleting
a subdirectory using @code{dired-undo} does not forget its switches.