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

    Capitalise "Dired" in two doc strings
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 3f7e04caf7..9f16c50609 100644
--- a/denote.el
+++ b/denote.el
@@ -5350,7 +5350,7 @@ The prompt assumes a search in all files, unless TYPE is 
non-nil.
 
 TYPE can be one of :focused (for a focused search (a search among
 matching files), see `denote-query-focus-last-search'), :dired (for a
-search in marked dired files, see `denote-grep-marked-dired-files') or
+search in marked Dired files, see `denote-grep-marked-dired-files') or
 :region (for a search in files referenced in region, see
 `denote-grep-files-referenced-in-region').
 
@@ -5397,7 +5397,7 @@ You can insert a link to a grep search in any note by 
using the command
     (denote-make-links-buffer query nil nil 
denote-grep-display-buffer-action)))
 
 (defun denote-grep-marked-dired-files (query)
-  "Search QUERY in the content of marked dired files.
+  "Search QUERY in the content of marked Dired files.
 See `denote-grep' for details."
   (interactive (list (denote-grep-query-prompt :dired)))
   (if-let* ((files (dired-get-marked-files)))

Reply via email to