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

    Make small tweaks to denote-grep-query-prompt doc string
    
    This builds on top of commit f70c96c, which was contributed by Lucas
    Quintana in pull request 571: 
<https://github.com/protesilaos/denote/pull/571>.
    
    Lucas has assigned copyright to the Free Software Foundation.
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index c55ad92aea..e5850e4372 100644
--- a/denote.el
+++ b/denote.el
@@ -5261,12 +5261,12 @@ It accepts the same arguments as 
`denote-make-links-buffer'.")
   "Minibuffer history for `denote-grep' commands asking for a file regexp.")
 
 (defun denote-grep-query-prompt (&optional type)
-  "Prompt for a search query in the minibuffer.
+  "Prompt for a grep query in the minibuffer.
 
 The prompt assumes a search in all files, unless TYPE is non-nil.
 
 For now, the only recognized value for TYPE is :focused (for a focused
-search, see `denote-grep-focus').
+search (a search among matching files), see `denote-grep-focus').
 
 TYPE only affects the prompt, not the returned value.
 

Reply via email to