branch: externals/dired-preview
commit 8d545491d4e01c5a67824b4806c703b86e983f7e
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Update documentation to match commit 3304286 (command+keymap removal)
---
 README.md        | 4 +---
 dired-preview.el | 7 +++----
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 16c6e84806..93f36f7513 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,7 @@ are no longer relevant, while preview buffers are killed if 
they have
 not been used for other purposes beside previewing.
 
 Enable the `dired-preview-mode` in the current Dired buffer and then
-perform the regular up/down motions (`n` or `p` with default key
-bindings) to call the commands `dired-preview-next-file`,
-`dired-preview-previous-file`.  Those will trigger the preview.
+perform the regular up/down motions.  Those will trigger the preview.
 
 The previewed file is displayed in a side window if its size is below
 the number specified in the user option `dired-preview-max-size`.
diff --git a/dired-preview.el b/dired-preview.el
index 8c2e57bea9..7c0296b43f 100644
--- a/dired-preview.el
+++ b/dired-preview.el
@@ -31,10 +31,9 @@
 ;; are no longer relevant, while preview buffers are killed if they have
 ;; not been used for other purposes beside previewing.
 ;; 
-;; Enable the `dired-preview-mode' in the current Dired buffer and then
-;; perform the regular up/down motions (`n' or `p' with default key
-;; bindings) to call the commands `dired-preview-next-file',
-;; `dired-preview-previous-file'.  Those will trigger the preview.
+;; Enable the `dired-preview-mode' in the current Dired buffer and
+;; then perform the regular up/down motions.  Those will trigger the
+;; preview.
 ;; 
 ;; The previewed file is displayed in a side window if its size is below
 ;; the number specified in the user option `dired-preview-max-size'.

Reply via email to