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

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

[elpa] externals/denote 1cf20090b3 6/6: Tweak the message of denote-back


From: ELPA Syncer
Subject: [elpa] externals/denote 1cf20090b3 6/6: Tweak the message of denote-backlinks-toggle-context
Date: Thu, 25 Jul 2024 12:58:28 -0400 (EDT)

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

    Tweak the message of denote-backlinks-toggle-context
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index f7ec5ac0f5..1fcc133c4c 100644
--- a/denote.el
+++ b/denote.el
@@ -4345,7 +4345,7 @@ When called inside of a backlinks buffer, also revert the 
buffer."
               state "compact")
       (setq denote-backlinks-show-context t
             state "detailed"))
-    (message "Toggled the %s view for the backlinks"
+    (message "Toggled the %s view for the backlinks buffer"
              (propertize state 'face 'error))
     (when (derived-mode-p 'denote-backlinks-mode)
       (revert-buffer)



reply via email to

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