branch: externals/denote commit 27cba1eba20f0540a5c67bcced9d009124da0ee7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove unrelated command from the denote-query-mode doc string --- denote.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/denote.el b/denote.el index d7e78913fd..7f01e84acb 100644 --- a/denote.el +++ b/denote.el @@ -5041,8 +5041,7 @@ 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 commands `denote-backlinks', `denote-grep', -`denote-query-contents-link', and `denote-query-filenames-link', among -others." +`denote-query-contents-link', among others." :interactive nil (setq-local outline-minor-mode-use-buttons 'in-margins) (outline-minor-mode 1))