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

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

[elpa] externals/denote 77b34219d7 2/4: Tweak two doc strings


From: ELPA Syncer
Subject: [elpa] externals/denote 77b34219d7 2/4: Tweak two doc strings
Date: Mon, 29 Aug 2022 23:57:31 -0400 (EDT)

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

    Tweak two doc strings
---
 denote.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/denote.el b/denote.el
index da23377020..d3ca19fd32 100644
--- a/denote.el
+++ b/denote.el
@@ -477,7 +477,7 @@ leading and trailing hyphen."
        (denote--file-supported-extension-p file)))
 
 (defun denote--file-name-relative-to-denote-directory (file)
-  "Return file name of FILE relative to the variable `denote-directory'.
+  "Return name of FILE relative to the variable `denote-directory'.
 FILE must be an absolute path."
   (when-let* ((dir (denote-directory))
               ((file-name-absolute-p file))
@@ -497,10 +497,9 @@ FILE must be an absolute path."
        (denote--default-dir-has-denote-prefix)))
 
 (defun denote--directory-files ()
-  "List expanded files in variable `denote-directory'.
-The returned files only need to have an identifier.  They may
-include files that are not of a valid file type as specified by
-`denote-file-types'."
+  "List 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-types'."
   (mapcar
    #'expand-file-name
    (seq-remove



reply via email to

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