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

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

[elpa] externals/denote a424a2a677 12/13: Refine doc string of denote-su


From: ELPA Syncer
Subject: [elpa] externals/denote a424a2a677 12/13: Refine doc string of denote-subdirectory-prompt
Date: Wed, 14 Sep 2022 00:57:41 -0400 (EDT)

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

    Refine doc string of denote-subdirectory-prompt
---
 denote.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 2137826cf2..0ea288d600 100644
--- a/denote.el
+++ b/denote.el
@@ -1284,7 +1284,9 @@ Use Org's more advanced date selection utility if the 
user option
     (completing-read prompt table nil t nil 'denote--subdir-history def)))
 
 (defun denote-subdirectory-prompt ()
-  "Handle user input on choice of subdirectory."
+  "Prompt for subdirectory of the variable `denote-directory'.
+The table uses the `file' completion category (so it works with
+packages such as `marginalia' and `embark')."
   (let* ((root (directory-file-name (denote-directory)))
          (subdirs (denote--subdirs))
          (dirs (push root subdirs)))



reply via email to

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