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

    Update the doc string of denote-grep-focus
---
 denote.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/denote.el b/denote.el
index 90dcc1af13..d7e78913fd 100644
--- a/denote.el
+++ b/denote.el
@@ -5287,10 +5287,9 @@ You can insert a link to a grep search in any note by 
using the command
 
 (defun denote-grep-focus (query)
   "Search QUERY in the content of files which matched the last search.
-\"Last search\" here means any call to `denote-backlinks' and all links
-created by the `denote-query' command.
-
-QUERY should be regular expression."
+\"Last search\" here means any call to `denote-grep',
+`denote-backlinks', `denote-query-contents-link', or, generally, any
+command that relies on the `denote-make-links-buffer'."
   (interactive (list (denote-grep-query-prompt :focused)))
   (denote-make-links-buffer
    query denote-query--last-files

Reply via email to