emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote bc035823bf: Fix typo error in one statement


From: ELPA Syncer
Subject: [elpa] externals/denote bc035823bf: Fix typo error in one statement
Date: Tue, 25 Oct 2022 04:57:31 -0400 (EDT)

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

    Fix typo error in one statement
---
 README.org | 2 +-
 denote.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 451e62b979..aefdb890df 100644
--- a/README.org
+++ b/README.org
@@ -2621,7 +2621,7 @@ might change them without further notice.
 
   5. =:title-value-reverse-function= is the function used to retrieve
      the raw title string from the front matter.  It performs the
-     reverse of =:title-value-reverse-function=.
+     reverse of =:title-value-function=.
 
   6. =:keywords-key-regexp= is a string with the regular expression used
      to retrieve the keywords' line in the file.  The first line
diff --git a/denote.el b/denote.el
index 13d1024a40..8ad8b0f8fd 100644
--- a/denote.el
+++ b/denote.el
@@ -907,7 +907,7 @@ PROPERTY-LIST is a plist that consists of 8 elements:
 
 - `:title-value-reverse-function' is the function used to
   retrieve the raw title string from the front matter.  It
-  performs the reverse of `:title-value-reverse-function'.
+  performs the reverse of `:title-value-function'.
 
 - `:keywords-key-regexp' is a string with the regular expression
   used to retrieve the keywords' line in the file.  The first



reply via email to

[Prev in Thread] Current Thread [Next in Thread]