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

    Make stylistic change in one comment
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index dc5306df90..6d399bb682 100644
--- a/denote.el
+++ b/denote.el
@@ -1528,7 +1528,7 @@ Return the absolute path to the matching file."
                             (expand-file-name input default-directory)
                           input)))
     ;; NOTE: This block is executed when no-require-match is t. It is useful
-    ;; for commands such as `denote-open-or-create` or similar.
+    ;; for commands such as `denote-open-or-create' or similar.
     (unless (file-exists-p absolute-file)
       (setq denote-file-prompt-latest-input input)
       (setq denote-file-history (delete input denote-file-history)))

Reply via email to