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

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

[elpa] externals/denote 9f536185c9 292/355: Update buttonization doc str


From: ELPA Syncer
Subject: [elpa] externals/denote 9f536185c9 292/355: Update buttonization doc string
Date: Sun, 26 Jun 2022 23:58:33 -0400 (EDT)

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

    Update buttonization doc string
---
 denote-link.el | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/denote-link.el b/denote-link.el
index d830561aca..bf238da9b1 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -249,15 +249,14 @@ format is always [[denote:IDENTIFIER]]."
 ;;;###autoload
 (defun denote-link-buttonize-buffer (&optional beg end)
   "Make denote: links actionable buttons in the current buffer.
-Add this to `find-file-hook' (it will not do anything in
-`org-mode' buffers, as buttons already work there).
 
-With optional BEG and END as buffer positions, limit the process
-to the region in-between.
+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.
 
-DEVELOPMENT NOTE: This is experimental and subject to review
-before the release of version 0.1.0.  Please test it and/or share
-your thoughts about it."
+When called from Lisp, with optional BEG and END as buffer
+positions, limit the process to the region in-between."
   (when (and (not (derived-mode-p 'org-mode)) (denote--current-file-is-note-p))
     (save-excursion
       (goto-char (or beg (point-min)))



reply via email to

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