mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
* doc/emacs/dired-xtra.texi (Subdir Switches): Small fixes.
* admin/FOR-RELEASE: Related markup.
This commit is contained in:
parent
755dda14fb
commit
3b19a30db8
3 changed files with 13 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue