aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-16 09:54:47 +0000
committerRichard M. Stallman2005-02-16 09:54:47 +0000
commit065e46d08db0b977da7763e6c7d4cf18def33cf9 (patch)
treefa2bd8ea31ff493734a927ad324d133382b45b61
parentab527690a4154ab754f4c93af1aa44cba4a17fad (diff)
downloademacs-065e46d08db0b977da7763e6c7d4cf18def33cf9.tar.gz
emacs-065e46d08db0b977da7763e6c7d4cf18def33cf9.zip
(Dired Enter): C-x C-f can run Dired.
(Dired Visiting): Comment out `a' command. Mouse-1 is like Mouse-2. (Shell Commands in Dired): ? can be used more than once.
-rw-r--r--man/dired.texi26
1 files changed, 15 insertions, 11 deletions
diff --git a/man/dired.texi b/man/dired.texi
index 0390848faf6..3ce58f2b460 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -48,14 +48,15 @@ files.
48@findex dired 48@findex dired
49@kindex C-x d 49@kindex C-x d
50@vindex dired-listing-switches 50@vindex dired-listing-switches
51 To invoke Dired, do @kbd{C-x d} or @kbd{M-x dired}. The command reads 51 To invoke Dired, do @kbd{C-x d} or @kbd{M-x dired}. The command
52a directory name or wildcard file name pattern as a minibuffer argument 52reads a directory name or wildcard file name pattern as a minibuffer
53to specify which files to list. Where @code{dired} differs from 53argument to specify which files to list. @kbd{C-x C-f} given a
54@code{list-directory} is in putting the buffer into Dired mode so that 54directory name also invokes Dired. Where @code{dired} differs from
55the special commands of Dired are available. 55@code{list-directory} is that it puts the buffer into Dired mode, so
56that the special commands of Dired are available.
56 57
57 The variable @code{dired-listing-switches} specifies the options to 58 The variable @code{dired-listing-switches} specifies the options to
58give to @code{ls} for listing directory; this string @emph{must} contain 59give to @code{ls} for listing the directory; this string @emph{must} contain
59@samp{-l}. If you use a numeric prefix argument with the @code{dired} 60@samp{-l}. If you use a numeric prefix argument with the @code{dired}
60command, you can specify the @code{ls} switches with the minibuffer 61command, you can specify the @code{ls} switches with the minibuffer
61before you enter the directory specification. No matter how they are 62before you enter the directory specification. No matter how they are
@@ -255,11 +256,13 @@ and supplying that file name (@code{dired-find-file}). @xref{Visiting}.
255@kindex e @r{(Dired)} 256@kindex e @r{(Dired)}
256Equivalent to @kbd{f}. 257Equivalent to @kbd{f}.
257 258
259@ignore @c This command seems too risky to document at all.
258@item a 260@item a
259@kindex a @r{(Dired)} 261@kindex a @r{(Dired)}
260@findex dired-find-alternate-file 262@findex dired-find-alternate-file
261Like @kbd{f}, but replaces the contents of the Dired buffer with 263Like @kbd{f}, but replaces the contents of the Dired buffer with
262that of an alternate file or directory (@code{dired-find-alternate-file}). 264that of an alternate file or directory (@code{dired-find-alternate-file}).
265@end ignore
263 266
264@item o 267@item o
265@kindex o @r{(Dired)} 268@kindex o @r{(Dired)}
@@ -275,7 +278,8 @@ file. @xref{Windows}.
275Visit the file described on the current line, and display the buffer in 278Visit the file described on the current line, and display the buffer in
276another window, but do not select that window (@code{dired-display-file}). 279another window, but do not select that window (@code{dired-display-file}).
277 280
278@item Mouse-2 281@item Mouse-1
282@itemx Mouse-2
279@findex dired-mouse-find-file-other-window 283@findex dired-mouse-find-file-other-window
280Visit the file named by the line you click on 284Visit the file named by the line you click on
281(@code{dired-mouse-find-file-other-window}). This uses another window 285(@code{dired-mouse-find-file-other-window}). This uses another window
@@ -697,10 +701,10 @@ For example, @kbd{! uudecode @key{RET}} runs @code{uudecode} on each
697file. 701file.
698 702
699@item 703@item
700If the command string contains @samp{?} surrounded by whitespace, the 704However, if the command string contains @samp{?} surrounded by
701current file name is substituted for @samp{?}. You can use @samp{?} 705whitespace, the current file name is substituted for @samp{?} (rather
702this way more than once in the command, and each occurrence is 706than added at the end). You can use @samp{?} this way more than once
703replaced. 707in the command, and the same file name replaces each occurrence.
704@end itemize 708@end itemize
705 709
706To iterate over the file names in a more complicated fashion, use an 710To iterate over the file names in a more complicated fashion, use an