comparison man/dired.texi @ 38124:72ea86c1d394

Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 20 Jun 2001 10:00:40 +0000
parents 1ff0891cec4c
children e46c555b62c8
comparison
equal deleted inserted replaced
38123:af8117970ca7 38124:72ea86c1d394
186 @code{dired-garbage-files-regexp}. By default, this matches certain 186 @code{dired-garbage-files-regexp}. By default, this matches certain
187 files produced by @TeX{}, @samp{.bak} files, and the @samp{.orig} and 187 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
196 files whose names look like auto-save files (@pxref{Auto Save})---that 194 files whose names look like auto-save files (@pxref{Auto Save})---that
197 is, files whose names begin and end with @samp{#}. @kbd{~} 195 is, files whose names begin and end with @samp{#}.
198 (@code{dired-flag-backup-files}) flags for deletion all files whose 196
199 names say they are backup files (@pxref{Backup})---that is, whose names 197 @kindex ~ @r{(Dired)}
200 end in @samp{~}. 198 @findex dired-flag-backup-files
199 @kbd{~} (@code{dired-flag-backup-files}) flags for deletion all files
200 whose names say they are backup files (@pxref{Backup})---that is, whose
201 names end in @samp{~}.
201 202
202 @kindex . @r{(Dired)} 203 @kindex . @r{(Dired)}
203 @vindex dired-kept-versions 204 @vindex dired-kept-versions
204 @findex dired-clean-directory 205 @findex dired-clean-directory
205 @kbd{.} (period, @code{dired-clean-directory}) flags just some of the 206 @kbd{.} (period, @code{dired-clean-directory}) flags just some of the
448 @item C-_ 449 @item C-_
449 @kindex C-_ @r{(Dired)} 450 @kindex C-_ @r{(Dired)}
450 @findex dired-undo 451 @findex dired-undo
451 Undo changes in the Dired buffer, such as adding or removing 452 Undo changes in the Dired buffer, such as adding or removing
452 marks (@code{dired-undo}). @emph{This command does not revert the 453 marks (@code{dired-undo}). @emph{This command does not revert the
453 actual file operations, nor recovers lost files!} It just undoes 454 actual file operations, nor recover lost files!} It just undoes
454 changes in the buffer itself. For example, if used after renaming one 455 changes in the buffer itself. For example, if used after renaming one
455 or more files, @code{dired-undo} restores the original names, which 456 or more files, @code{dired-undo} restores the original names, which
456 will get the Dired buffer out of sync with the actual contents of the 457 will get the Dired buffer out of sync with the actual contents of the
457 directory. 458 directory.
458 @end table 459 @end table
1058 1059
1059 @findex locate 1060 @findex locate
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 1065 command. @kbd{M-x locate-with-filter} is similar, but keeps only lines
1065 a given regular expression. 1066 matching 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
1069 variable @code{find-ls-option}, whose default value specifies using 1070 variable @code{find-ls-option}, whose default value specifies using
1070 options @samp{-ld} for @code{ls}. If your listings are corrupted, you 1071 options @samp{-ld} for @code{ls}. If your listings are corrupted, you