diff options
| author | Stefan Kangas | 2019-09-30 00:42:47 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2019-09-30 00:51:36 +0200 |
| commit | 6ade75a20408419a13c57804bc9bc232ea615a1f (patch) | |
| tree | d92c2f93414cf32538a2ad6f118fea109ca4e823 | |
| parent | 524af9b8334387a17ed890c96355e4adb3f12122 (diff) | |
| download | emacs-6ade75a20408419a13c57804bc9bc232ea615a1f.tar.gz emacs-6ade75a20408419a13c57804bc9bc232ea615a1f.zip | |
* lisp/dired-x.el (dired-virtual): Fix typo.
| -rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 313a22725c7..63eb028717d 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -661,7 +661,7 @@ visit that file and turn on Virtual Dired mode. But don't try to save | |||
| 661 | this file, as dired-virtual indents the listing and thus changes the | 661 | this file, as dired-virtual indents the listing and thus changes the |
| 662 | buffer. | 662 | buffer. |
| 663 | 663 | ||
| 664 | If you have save a Dired buffer in a file you can use \\[dired-virtual] to | 664 | If you have saved a Dired buffer in a file you can use \\[dired-virtual] to |
| 665 | resume it in a later session. | 665 | resume it in a later session. |
| 666 | 666 | ||
| 667 | Type \\<dired-mode-map>\\[revert-buffer] \ | 667 | Type \\<dired-mode-map>\\[revert-buffer] \ |