diff options
| author | Eli Zaretskii | 2001-06-20 10:00:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-20 10:00:40 +0000 |
| commit | 3a2aa1dc1767074d5c56b43316b697dd78e0461a (patch) | |
| tree | 4791ae7bc713eb5c96a22bdcb86b9186e35ccd51 | |
| parent | 520c3f4c2eabe43bf6714aa3d95f3ebc18987ece (diff) | |
| download | emacs-3a2aa1dc1767074d5c56b43316b697dd78e0461a.tar.gz emacs-3a2aa1dc1767074d5c56b43316b697dd78e0461a.zip | |
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
| -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 | |||
| 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 |
| @@ -450,7 +451,7 @@ name. | |||
| 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 |
| @@ -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 | 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 |