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

    Update denote-query-mode-map 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 2035bed151..f8e7563305 100644
--- a/denote.el
+++ b/denote.el
@@ -5125,7 +5125,7 @@ file's title.  This has the same meaning as in 
`denote-link'."
     (define-key map "I" #'denote-grep-only-include-files-with-keywords)
     (define-key map "G" #'denote-grep-clear-all-filters)
     map)
-  "Keymap for buffers generated by `denote-make-links-buffer'.")
+  "Keymap for `denote-query-mode' buffers.")
 
 (define-derived-mode denote-query-mode xref--xref-buffer-mode "Denote Query"
   "Major mode for queries found in the variable `denote-directory'.

Reply via email to