branch: externals/dired-preview
commit 80a2233cca88f0cce393288b53c571ac112c65fe
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Update a couple of doc strings
---
dired-preview.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dired-preview.el b/dired-preview.el
index 000e43f050..5171596ce2 100644
--- a/dired-preview.el
+++ b/dired-preview.el
@@ -275,7 +275,7 @@ Use this as advice after relevant Dired commands (see
(dired-preview--close-previews)))
(defun dired-preview-disable-preview ()
- "Disable preview."
+ "Disable Dired preview."
(unless (eq major-mode 'dired-mode)
(error "Can only use `dired-preview' in Dired"))
(dolist (command '(dired-next-line dired-previous-line dired-mark
dired-goto-file))
@@ -283,7 +283,7 @@ Use this as advice after relevant Dired commands (see
(dired-preview--close-previews))
(defun dired-preview-enable-preview ()
- "Enable preview and store window configuration."
+ "Enable Dired preview."
(unless (eq major-mode 'dired-mode)
(error "Can only use `dired-preview' in Dired"))
(dolist (command '(dired-next-line dired-previous-line dired-mark
dired-goto-file))