branch: externals/denote commit 54480f9f8639605a7c5d37e0d100fafa61fff903 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify denote-add-links doc string --- denote.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/denote.el b/denote.el index 9f96e34753..9cf3dedc1d 100644 --- a/denote.el +++ b/denote.el @@ -5530,10 +5530,10 @@ Optional INCLUDE-DATE has the same meaning as in `denote-format-link'." ;;;###autoload (defun denote-add-links (regexp &optional id-only) - "Insert links to all notes matching REGEXP. -Use this command to reference multiple files at once. -Particularly useful for the creation of metanotes (read the -manual for more on the matter). + "Insert links to all files whose file names match REGEXP. +Use this command to reference multiple files at once. Particularly +useful for the creation of metanotes (read the manual for more on the +matter). Optional ID-ONLY has the same meaning as in `denote-link': it inserts links with just the identifier."