branch: externals/denote commit eba08ae52ea46e85d262685186bb2769c08ca746 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the doc strings of the internal variables used by denote-make-links-buffer This builds on top of commit f70c96c, which was contributed by Lucas Quintana in pull request 571: <https://github.com/protesilaos/denote/pull/571>. Lucas has assigned copyright to the Free Software Foundation. --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.el index db20b335b9..39e03682a0 100644 --- a/denote.el +++ b/denote.el @@ -5165,13 +5165,13 @@ Used only by `denote-query-extract-title'." :type 'string) (defvar denote-query--last-files nil - "Variable holding files matched by last call to `denote-make-links-buffer'.") + "List of files matched by the last call to `denote-make-links-buffer'.") (defvar denote-query--last-query nil - "Variable holding query string for last call to `denote-make-links-buffer'.") + "String of the last call to `denote-make-links-buffer'.") (defvar denote-query--omit-current t - "Variable governing whether query should omit current file.") + "When non-nil `denote-make-links-buffer' omits the current file.") (defun denote-query-extract-title (file) "Extract note title from FILE front matter.