branch: externals/denote commit e4187ee517daf12a17c994ce2addcfd94780ca28 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the doc string of denote-query-mode 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index 1c268cac4c..791224dd9f 100644 --- a/denote.el +++ b/denote.el @@ -5129,8 +5129,9 @@ file's title. This has the same meaning as in `denote-link'." (define-derived-mode denote-query-mode xref--xref-buffer-mode "Denote Query" "Major mode for queries found in the variable `denote-directory'. -This is used by the command `denote-backlinks' and all links created by -the `denote-query' command, among others." +This is used by the commands `denote-backlinks', `denote-grep', +`denote-query-contents-link', and `denote-query-filenames-link', among +others." :interactive nil (require 'outline) (setq-local outline-minor-mode-use-buttons 'in-margins)