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

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

[elpa] externals/denote 7f475adff8 09/12: Tweak denote-directory-files d


From: ELPA Syncer
Subject: [elpa] externals/denote 7f475adff8 09/12: Tweak denote-directory-files doc string
Date: Wed, 14 Sep 2022 05:57:40 -0400 (EDT)

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

    Tweak denote-directory-files doc string
---
 README.org | 4 ++--
 denote.el  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 780d8c3926..a801d03f3d 100644
--- a/README.org
+++ b/README.org
@@ -2032,8 +2032,8 @@ might change them without further notice.
 + ~denote-file-is-writable-and-supported-p~ :: Return non-nil if =FILE=
   is writable and has supported extension.
 
-+ ~denote-directory-files~ :: List absolute file paths in variable
-  ~denote-directory~. The returned files only need to have an
++ ~denote-directory-files~ :: Return list of absolute file paths in
+  variable ~denote-directory~. The returned files only need to have an
   identifier.  This may include files that are not implied by
   ~denote-file-type~.  Remember that the ~denote-directory~ accepts a
   directory-local value ([[#h:15719799-a5ff-4e9a-9f10-4ca03ef8f6c5][Maintain 
separate directories for notes]]).
diff --git a/denote.el b/denote.el
index 88fd20110e..24d82ff798 100644
--- a/denote.el
+++ b/denote.el
@@ -552,7 +552,7 @@ FILE must be an absolute path."
        (denote--default-dir-has-denote-prefix)))
 
 (defun denote-directory-files ()
-  "List absolute file paths in variable `denote-directory'.
+  "Return list of absolute file paths in variable `denote-directory'.
 The returned files only need to have an identifier.  This may
 include files that are not implied by `denote-file-type'.
 Remember that the variable `denote-directory' accepts a dir-local



reply via email to

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