branch: externals/consult-recoll
commit d9bb5e191e4cab2a42acfc7d032ee01095d67259
Author: jao <j...@gnu.org>
Commit: jao <j...@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