[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 4027c0ae5e 1/3: Tweak denote-link-button-action
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 4027c0ae5e 1/3: Tweak denote-link-button-action doc string |
Date: |
Wed, 14 Sep 2022 21:57:32 -0400 (EDT) |
branch: externals/denote
commit 4027c0ae5eebe12e7e525dc04977163f122377ae
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Tweak denote-link-button-action doc string
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 1f2392b1e2..ab1ec4c150 100644
--- a/denote.el
+++ b/denote.el
@@ -2321,7 +2321,7 @@ file's title. This has the same meaning as in
`denote-link'."
;; prefer something else. If there is demand for it, we can make it a
;; defcustom, but I think it would be premature at this stage.
(defvar denote-link-button-action #'find-file-other-window
- "Action for Denote buttons.")
+ "Display buffer action for Denote buttons.")
(make-obsolete-variable 'denote-link-buton-action 'denote-link-button-action
"0.5.0")