diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-06-20 10:00:40 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-06-20 10:00:40 +0000 |
commit | 3a2aa1dc1767074d5c56b43316b697dd78e0461a (patch) | |
tree | 4791ae7bc713eb5c96a22bdcb86b9186e35ccd51 /man/dired.texi | |
parent | 520c3f4c2eabe43bf6714aa3d95f3ebc18987ece (diff) | |
download | emacs-3a2aa1dc1767074d5c56b43316b697dd78e0461a.tar.gz |
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Diffstat (limited to 'man/dired.texi')
-rw-r--r-- | man/dired.texi | 21 |
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 @samp{.rej} files produced by @code{patch}. @kindex # @r{(Dired)} -@kindex ~ @r{(Dired)} @findex dired-flag-auto-save-files -@findex dired-flag-backup-files @cindex deleting auto-save files @kbd{#} (@code{dired-flag-auto-save-files}) flags for deletion all files whose names look like auto-save files (@pxref{Auto Save})---that -is, files whose names begin and end with @samp{#}. @kbd{~} -(@code{dired-flag-backup-files}) flags for deletion all files whose -names say they are backup files (@pxref{Backup})---that is, whose names -end in @samp{~}. +is, files whose names begin and end with @samp{#}. + +@kindex ~ @r{(Dired)} +@findex dired-flag-backup-files + @kbd{~} (@code{dired-flag-backup-files}) flags for deletion all files +whose names say they are backup files (@pxref{Backup})---that is, whose +names end in @samp{~}. @kindex . @r{(Dired)} @vindex dired-kept-versions @@ -450,7 +451,7 @@ name. @findex dired-undo Undo changes in the Dired buffer, such as adding or removing marks (@code{dired-undo}). @emph{This command does not revert the -actual file operations, nor recovers lost files!} It just undoes +actual file operations, nor recover lost files!} It just undoes changes in the buffer itself. For example, if used after renaming one or more files, @code{dired-undo} restores the original names, which will get the Dired buffer out of sync with the actual contents of the @@ -1060,9 +1061,9 @@ know how to use @code{find}. @findex locate-with-filter @cindex file database (locate) @vindex locate-command - @kbd{M-x locate} provides a similar interface to the @code{locate}. -@kbd{M-x locate-with-filter} is similar, but keeps only lines matching -a given regular expression. + @kbd{M-x locate} provides a similar interface to the @code{locate} +command. @kbd{M-x locate-with-filter} is similar, but keeps only lines +matching a given regular expression. @vindex find-ls-option The format of listing produced by these commands is controlled by the |