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

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

[elpa] externals/denote a4c06fcede 3/6: Fix symbol name in denote-link-o


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

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

    Fix symbol name in denote-link-or-create docstring
---
 README.org | 4 ++--
 denote.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 7e1bcf9b7d..260c59054d 100644
--- a/README.org
+++ b/README.org
@@ -1703,9 +1703,9 @@ this end, Denote provides two convenience commands:
   established link will then be targeting that new file.
 
   If =TARGET= file does not exist, add the user input that was used to
-  search for it to the history of the ~denote-title-prompt~.  The user
+  search for it to the history of the ~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~
+  it as the newly created note's actual title.  At the ~denote-file-prompt~
   type =M-p= with the default key bindings, which calls 
~previous-history-element~.
 
   With optional =ID-ONLY= as a prefix argument create a link with just
diff --git a/denote.el b/denote.el
index 63a1b15802..530b9178f4 100644
--- a/denote.el
+++ b/denote.el
@@ -2858,9 +2858,9 @@ The established link will then be targeting that new 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].
 
 With optional ID-ONLY as a prefix argument create a link that



reply via email to

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