diff options
| author | Glenn Morris | 2018-02-16 17:03:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 17:03:13 -0800 |
| commit | bd4cc8d5647627b11db9be4483fc6a331b961d4f (patch) | |
| tree | 8a7c275f4239e6bd1ac9cb76de3354be2055e4c7 | |
| parent | 69107f347b3ac7f51cd22333f57393fd735915f2 (diff) | |
| download | emacs-bd4cc8d5647627b11db9be4483fc6a331b961d4f.tar.gz emacs-bd4cc8d5647627b11db9be4483fc6a331b961d4f.zip | |
* doc/emacs/dired.texi (Marks vs Flags): Copyedits.
| -rw-r--r-- | doc/emacs/dired.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 94a10feab4b..a47123aa6cf 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -578,9 +578,9 @@ command will look in the buffer without revisiting the file, so the results | |||
| 578 | might be inconsistent with the file on disk if its contents have changed | 578 | might be inconsistent with the file on disk if its contents have changed |
| 579 | since it was last visited. If you don't want this, you may wish to | 579 | since it was last visited. If you don't want this, you may wish to |
| 580 | revert the files you have visited in your buffers, or to turn on | 580 | revert the files you have visited in your buffers, or to turn on |
| 581 | the @code{auto-revert} mode in those buffers, before invoking this | 581 | @code{auto-revert} mode in those buffers, before invoking this |
| 582 | command. @xref{Reverting}. If you prefer that this command always | 582 | command. @xref{Reverting}. If you prefer that this command should always |
| 583 | revisits the file, without having to revert the file or enable | 583 | revisit the file, without you having to revert the file or enable |
| 584 | @code{auto-revert} mode, you might want to set | 584 | @code{auto-revert} mode, you might want to set |
| 585 | @code{dired-always-read-filesystem} to non-@code{nil}. | 585 | @code{dired-always-read-filesystem} to non-@code{nil}. |
| 586 | 586 | ||