branch: externals/denote commit 93be4a5681ccc2533d21ef3da9c9472f53c7517b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify denote-link-buttonize-buffer doc string --- denote.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.el index eaf8222974..bc2430deb1 100644 --- a/denote.el +++ b/denote.el @@ -2121,9 +2121,10 @@ format is always [[denote:IDENTIFIER]]." "Make denote: links actionable buttons in the current buffer. Add this to `find-file-hook'. It will only work with Denote -notes and will not do anything in `org-mode' buffers, as buttons -already work there. If you do not use Markdown or plain text, -then you do not need this. +notes inside the variable `denote-directory' and will not do +anything in `org-mode' buffers, as buttons already work there. +If you do not use Markdown or plain text, then you do not need +this. When called from Lisp, with optional BEG and END as buffer positions, limit the process to the region in-between."