From 20bfa7407be984b8eca5fbf78679b9402877ba4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Mon, 4 Sep 2023 23:49:35 +0100 Subject: * breadcrumb.el (bc--format-ipath-node): Fix bug --- breadcrumb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breadcrumb.el b/breadcrumb.el index c08b643..c814f28 100644 --- a/breadcrumb.el +++ b/breadcrumb.el @@ -256,7 +256,7 @@ These structures don't have a `breadcrumb-region' property on." p 'mouse-face 'header-line-highlight 'face (if more 'bc-imenu-crumbs-face 'bc-imenu-leaf-face) 'bc-dont-shorten (null more) - 'help-echo (format "mouse-1: Go places near %p" p) + 'help-echo (format "mouse-1: Go places near %s" p) 'keymap (let ((m (make-sparse-keymap))) (define-key m bc--header-line-key l) -- cgit v1.0