branch: externals/denote commit dec1087e012f558969396bd950beb8ca9ccbdbb8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the doc string of denote-query-filenames-link --- denote.el | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/denote.el b/denote.el index c4b9699540..7d8d9b59ac 100644 --- a/denote.el +++ b/denote.el @@ -5280,14 +5280,10 @@ across the variable `denote-directory'." ;;;###autoload (defun denote-query-filenames-link (query) "Insert query link for file names. -Prompt for QUERY or use the text of the active region. - -Query links of this sort do not point to any file but instead initiate a -search in the contents of files inside the variable `denote-directory'. -They are always formatted as [[denote:query-filenames:QUERY]]. This is -unlike what `denote-link' and related commands do, which always -establish a direct connection to a file and their format is more -flexible." +Prompt for QUERY or use the text of the active region. When the user +follows this link, place any matches in a separate buffer (using the +built-in Dired mechanism). This is the equivalent of a Unix find +command across the variable `denote-directory'." (interactive (list (or (denote--get-active-region-content)