diff options
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/dired-xtra.texi | 13 |
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 | |||
| 132 | commands.texi cyd | 132 | commands.texi cyd |
| 133 | custom.texi cyd | 133 | custom.texi cyd |
| 134 | dired.texi cyd | 134 | dired.texi cyd |
| 135 | dired-xtra.texi | 135 | dired-xtra.texi rgm |
| 136 | display.texi cyd | 136 | display.texi cyd |
| 137 | emacs.texi | 137 | emacs.texi |
| 138 | emacs-xtra.texi | 138 | 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 @@ | |||
| 1 | 2012-02-16 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | ||
| 5 | 2012-02-15 Glenn Morris <rgm@gnu.org> | 7 | 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 @@ | |||
| 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 | ||
| 10 | You can insert subdirectories with specified @command{ls} switches in | 10 | You can insert subdirectories with specified @command{ls} switches in |
| 11 | Dired buffers using @kbd{C-u i}. You can change the @command{ls} | 11 | Dired buffers using @kbd{C-u i}. You can change the @command{ls} |
| 12 | switches of an already inserted subdirectory using @kbd{C-u l}. | 12 | switches of an already inserted subdirectory at point using @kbd{C-u l}. |
| 13 | 13 | ||
| 14 | Dired preserves the switches if you revert the buffer. Deleting a | 14 | Dired preserves the switches if you revert the buffer. Deleting a |
| 15 | subdirectory forgets about its switches. | 15 | subdirectory forgets about its switches. |
| 16 | 16 | ||
| 17 | Using @code{dired-undo} (@pxref{Marks vs Flags}) to reinsert or delete | 17 | Using @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 | ||
| 24 | to reinsert or delete | ||
| 18 | subdirectories that were inserted with explicit switches can bypass | 25 | subdirectories that were inserted with explicit switches can bypass |
| 19 | Dired's machinery for remembering (or forgetting) switches. Deleting | 26 | Dired's machinery for remembering (or forgetting) switches. Deleting |
| 20 | a subdirectory using @code{dired-undo} does not forget its switches. | 27 | a subdirectory using @code{dired-undo} does not forget its switches. |