diff options
| author | Luc Teirlinck | 2004-06-14 22:06:15 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-06-14 22:06:15 +0000 |
| commit | 910dc292aa21fb21807009ffebda111a363ec438 (patch) | |
| tree | 77a508e61487b243ac5e9bc2d409aae818382055 | |
| parent | 5b1663230680f970f46341e6d8aa43121645816c (diff) | |
| download | emacs-910dc292aa21fb21807009ffebda111a363ec438.tar.gz emacs-910dc292aa21fb21807009ffebda111a363ec438.zip | |
(Dired Enter): Mention conditions on `ls' switches.
(Dired and Find): Mention differences with ordinary Dired buffers.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/dired.texi | 9 |
2 files changed, 13 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 8418bb43d13..a3216ed4407 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-06-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * dired.texi (Dired Enter): Mention conditions on `ls' switches. | ||
| 4 | (Dired and Find): Mention differences with ordinary Dired buffers. | ||
| 5 | |||
| 1 | 2004-06-13 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2004-06-13 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * autotype.texi (Copyrights, Timestamps): Recommend | 8 | * autotype.texi (Copyrights, Timestamps): Recommend |
diff --git a/man/dired.texi b/man/dired.texi index 57fa240c39a..9d2c5f096d5 100644 --- a/man/dired.texi +++ b/man/dired.texi | |||
| @@ -58,7 +58,9 @@ the special commands of Dired are available. | |||
| 58 | give to @code{ls} for listing directory; this string @emph{must} contain | 58 | give to @code{ls} for listing directory; this string @emph{must} contain |
| 59 | @samp{-l}. If you use a numeric prefix argument with the @code{dired} | 59 | @samp{-l}. If you use a numeric prefix argument with the @code{dired} |
| 60 | command, you can specify the @code{ls} switches with the minibuffer | 60 | command, you can specify the @code{ls} switches with the minibuffer |
| 61 | before you enter the directory specification. | 61 | before you enter the directory specification. No matter how they are |
| 62 | specified, the @code{ls} switches should all be short options (that | ||
| 63 | is, single characters) requiring no arguments. | ||
| 62 | 64 | ||
| 63 | @findex dired-other-window | 65 | @findex dired-other-window |
| 64 | @kindex C-x 4 d | 66 | @kindex C-x 4 d |
| @@ -1099,6 +1101,11 @@ may need to change the value of this variable. | |||
| 1099 | program. @kbd{M-x locate-with-filter} is similar, but keeps only lines | 1101 | program. @kbd{M-x locate-with-filter} is similar, but keeps only lines |
| 1100 | matching a given regular expression. | 1102 | matching a given regular expression. |
| 1101 | 1103 | ||
| 1104 | These buffers don't work entirely like ordinary Dired buffers. File | ||
| 1105 | operations work, but do not always automatically update the buffer. | ||
| 1106 | Reverting the buffer with @kbd{g} deletes all inserted subdirectories, | ||
| 1107 | and erases all flags and marks. | ||
| 1108 | |||
| 1102 | @node Misc Dired Commands | 1109 | @node Misc Dired Commands |
| 1103 | @section Other Dired Commands | 1110 | @section Other Dired Commands |
| 1104 | 1111 | ||