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

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

[elpa] externals/denote 64bc2823d2 2/6: Fix symbol name in denote-open-o


From: ELPA Syncer
Subject: [elpa] externals/denote 64bc2823d2 2/6: Fix symbol name in denote-open-or-create docstring
Date: Fri, 31 Mar 2023 12:57:39 -0400 (EDT)

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

    Fix symbol name in denote-open-or-create docstring
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 7321959677..63a1b15802 100644
--- a/denote.el
+++ b/denote.el
@@ -1847,9 +1847,9 @@ If file does not exist, invoke `denote' to create a file.
 
 If TARGET file does not exist, add the user input that was used
 to search for it to the minibuffer history of the
-`denote-title-prompt'.  The user can then retrieve and possibly
+`denote-file-prompt'.  The user can then retrieve and possibly
 further edit their last input, using it as the newly created
-note's actual title.  At the `denote-title-prompt' type
+note's actual title.  At the `denote-file-prompt' type
 \\<minibuffer-local-map>\\[previous-history-element]."
   (interactive (list (denote-file-prompt)))
   (if (and target (file-exists-p target))



reply via email to

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