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

    Fix typo in the macro's doc string from commit a648205
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index a64e8284bf..cec061818e 100644
--- a/denote.el
+++ b/denote.el
@@ -1743,7 +1743,7 @@ Subroutine of `denote--file-with-temp-buffer'."
   "Define a function to retrieve front matter for COMPONENT given SCOPE.
 The COMPONENT is one of the file name components that has a
 corresponding front matter entry.  SCOPE is a symbol of either `value'
-or `line', referring to what to match and retrieve."
+or `line', referring to what the function should retrieve."
   (declare (indent 1))
   `(defun ,(intern (format "denote-retrieve-front-matter-%s-%s" component 
scope)) (file file-type)
      (when file-type

Reply via email to