summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2023-09-04 23:49:35 +0100
committerJoão Távora <joaotavora@gmail.com>2023-09-04 23:49:35 +0100
commit20bfa7407be984b8eca5fbf78679b9402877ba4f (patch)
tree79a29e84000c07679b8ce04cc89eab65b61e4635
parent9205ef62c8f8c5b1410c7f8495d11825f41f593b (diff)
* breadcrumb.el (bc--format-ipath-node): Fix bug
-rw-r--r--breadcrumb.el2
1 files changed, 1 insertions, 1 deletions
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)