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

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

[elpa] externals/denote 6df993ee6c 2/4: Make minor correction to a doc s


From: ELPA Syncer
Subject: [elpa] externals/denote 6df993ee6c 2/4: Make minor correction to a doc string
Date: Sat, 8 Oct 2022 08:57:31 -0400 (EDT)

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

    Make minor correction to a doc string
---
 README.org | 4 ++--
 denote.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 8ea1e03100..15f2379708 100644
--- a/README.org
+++ b/README.org
@@ -2445,8 +2445,8 @@ might change them without further notice.
 
 #+findex: denote-retrieve-filename-identifier
 + Function ~denote-retrieve-filename-identifier~ :: Extract identifier
-  from =FILE= name.  To only return an existing identifier or create a
-  new one, refer to the ~denote-retrieve-or-create-file-identifier~
+  from =FILE= name.  To return an existing identifier or create a new
+  one, refer to the ~denote-retrieve-or-create-file-identifier~
   function.
 
 #+findex: denote-retrieve-or-create-file-identifier
diff --git a/denote.el b/denote.el
index 2e1e51977b..25206475e3 100644
--- a/denote.el
+++ b/denote.el
@@ -995,8 +995,8 @@ contain the newline."
 
 (defun denote-retrieve-filename-identifier (file)
   "Extract identifier from FILE name.
-To only return an existing identifier or create a new one, refer
-to the function `denote-retrieve-or-create-file-identifier'."
+To return an existing identifier or create a new one, refer to
+the function `denote-retrieve-or-create-file-identifier'."
   (if (denote-file-has-identifier-p file)
       (progn
         (string-match denote-id-regexp file)



reply via email to

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