branch: externals/denote-journal
commit 9d139bbf955300cd18321c94bf2a78af7604126b
Merge: 4a95b8d3f2 fbe672a003
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #10 from gk2803/main
    
    Replaced leftover denote-journal-extra with denote-journal.
---
 denote-journal.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote-journal.el b/denote-journal.el
index 17705051bd..0df3f0bd9a 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -256,7 +256,7 @@ A journal entry is one that has the value of the variable
 If there are multiple journal entries for the current date,
 prompt for one using minibuffer completion.  If there is only
 one, visit it outright.  If there is no journal entry, create one
-by calling `denote-journal-extra-new-entry'.
+by calling `denote-journal-new-entry'.
 
 With optional DATE as a prefix argument, prompt for a date.  If
 `denote-date-prompt-use-org-read-date' is non-nil, use the Org
@@ -280,7 +280,7 @@ A journal entry is one that has the value of the variable
 If there are multiple journal entries for the current date,
 prompt for one using minibuffer completion.  If there is only
 one, link to it outright.  If there is no journal entry, create one
-by calling `denote-journal-extra-new-entry' and link to it.
+by calling `denote-journal-new-entry' and link to it.
 
 With optional DATE as a prefix argument, prompt for a date.  If
 `denote-date-prompt-use-org-read-date' is non-nil, use the Org

Reply via email to