branch: externals/denote commit 58637a0035aed5e700e6eb7c6581a11782004eb1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak doc string --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index b785672a9a..c31b673c58 100644 --- a/denote.el +++ b/denote.el @@ -326,7 +326,7 @@ FILE must be an absolute path." ;;;; Keywords (defun denote--directory-files (&optional absolute) - "List note files, assuming flat directory. + "List note files. If optional ABSOLUTE, show full paths, else only show base file names that are relative to the variable `denote-directory'." (let* ((default-directory (denote-directory))