emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult-recoll d9bb5e191e 33/50: docstring nit


From: ELPA Syncer
Subject: [elpa] externals/consult-recoll d9bb5e191e 33/50: docstring nit
Date: Sat, 6 Aug 2022 18:57:42 -0400 (EDT)

branch: externals/consult-recoll
commit d9bb5e191e4cab2a42acfc7d032ee01095d67259
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    docstring nit
---
 consult-recoll.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult-recoll.el b/consult-recoll.el
index eb7ce29d16..aba5b1ac49 100644
--- a/consult-recoll.el
+++ b/consult-recoll.el
@@ -122,7 +122,7 @@ Set to nil to use the default 'title (path)' format."
 (defvar consult-recoll--preview-buffer "*consult-recoll preview*")
 
 (defun consult-recoll--preview (action candidate)
-  "Preview search result CANDIDATE when ACTION is 'preview."
+  "Preview search result CANDIDATE when ACTION is \\='preview."
   (cond ((or (eq action 'setup) (null candidate))
          (with-current-buffer (get-buffer-create 
consult-recoll--preview-buffer)
            (delete-region (point-min) (point-max))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]