aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-20 10:00:40 +0000
committerEli Zaretskii2001-06-20 10:00:40 +0000
commit3a2aa1dc1767074d5c56b43316b697dd78e0461a (patch)
tree4791ae7bc713eb5c96a22bdcb86b9186e35ccd51
parent520c3f4c2eabe43bf6714aa3d95f3ebc18987ece (diff)
downloademacs-3a2aa1dc1767074d5c56b43316b697dd78e0461a.tar.gz
emacs-3a2aa1dc1767074d5c56b43316b697dd78e0461a.zip
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
-rw-r--r--man/dired.texi21
1 files changed, 11 insertions, 10 deletions
diff --git a/man/dired.texi b/man/dired.texi
index 04ce0bc38db..b10a89f5158 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -188,16 +188,17 @@ files produced by @TeX{}, @samp{.bak} files, and the @samp{.orig} and
188@samp{.rej} files produced by @code{patch}. 188@samp{.rej} files produced by @code{patch}.
189 189
190@kindex # @r{(Dired)} 190@kindex # @r{(Dired)}
191@kindex ~ @r{(Dired)}
192@findex dired-flag-auto-save-files 191@findex dired-flag-auto-save-files
193@findex dired-flag-backup-files
194@cindex deleting auto-save files 192@cindex deleting auto-save files
195 @kbd{#} (@code{dired-flag-auto-save-files}) flags for deletion all 193 @kbd{#} (@code{dired-flag-auto-save-files}) flags for deletion all
196files whose names look like auto-save files (@pxref{Auto Save})---that 194files whose names look like auto-save files (@pxref{Auto Save})---that
197is, files whose names begin and end with @samp{#}. @kbd{~} 195is, files whose names begin and end with @samp{#}.
198(@code{dired-flag-backup-files}) flags for deletion all files whose 196
199names say they are backup files (@pxref{Backup})---that is, whose names 197@kindex ~ @r{(Dired)}
200end in @samp{~}. 198@findex dired-flag-backup-files
199 @kbd{~} (@code{dired-flag-backup-files}) flags for deletion all files
200whose names say they are backup files (@pxref{Backup})---that is, whose
201names end in @samp{~}.
201 202
202@kindex . @r{(Dired)} 203@kindex . @r{(Dired)}
203@vindex dired-kept-versions 204@vindex dired-kept-versions
@@ -450,7 +451,7 @@ name.
450@findex dired-undo 451@findex dired-undo
451Undo changes in the Dired buffer, such as adding or removing 452Undo changes in the Dired buffer, such as adding or removing
452marks (@code{dired-undo}). @emph{This command does not revert the 453marks (@code{dired-undo}). @emph{This command does not revert the
453actual file operations, nor recovers lost files!} It just undoes 454actual file operations, nor recover lost files!} It just undoes
454changes in the buffer itself. For example, if used after renaming one 455changes in the buffer itself. For example, if used after renaming one
455or more files, @code{dired-undo} restores the original names, which 456or more files, @code{dired-undo} restores the original names, which
456will get the Dired buffer out of sync with the actual contents of the 457will get the Dired buffer out of sync with the actual contents of the
@@ -1060,9 +1061,9 @@ know how to use @code{find}.
1060@findex locate-with-filter 1061@findex locate-with-filter
1061@cindex file database (locate) 1062@cindex file database (locate)
1062@vindex locate-command 1063@vindex locate-command
1063 @kbd{M-x locate} provides a similar interface to the @code{locate}. 1064 @kbd{M-x locate} provides a similar interface to the @code{locate}
1064@kbd{M-x locate-with-filter} is similar, but keeps only lines matching 1065command. @kbd{M-x locate-with-filter} is similar, but keeps only lines
1065a given regular expression. 1066matching a given regular expression.
1066 1067
1067@vindex find-ls-option 1068@vindex find-ls-option
1068 The format of listing produced by these commands is controlled by the 1069 The format of listing produced by these commands is controlled by the