branch: externals/denote
commit 41ffb657e79fee4556db24883c7731a855dfd6e4
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Reword the denote-grep-marked-dired-files doc string
---
 denote.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index b5ed6348cc..dcfef4868d 100644
--- a/denote.el
+++ b/denote.el
@@ -5397,8 +5397,7 @@ You can insert a link to a grep search in any note by 
using the command
 
 ;;;###autoload
 (defun denote-grep-marked-dired-files (query)
-  "Search QUERY in the content of marked Dired files.
-See `denote-grep' for details."
+  "Do the equivalent of `denote-grep' for QUERY in marked Dired files."
   (interactive (list (denote-grep-query-prompt :dired)))
   (if-let* ((files (dired-get-marked-files)))
       (denote-make-links-buffer query files nil 
denote-grep-display-buffer-action)

Reply via email to