From fea5ef423afd86df9dced6691cc71c7a912a1086 Mon Sep 17 00:00:00 2001 From: Michael Hauser-Raspe Date: Thu, 12 Mar 2015 12:27:48 +0000 Subject: [PATCH] Update echo area documentation for auto-highlight symbol as I didn't know about this --- spacemacs/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 1290f2d7a..072e3550a 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -421,7 +421,7 @@ which require an initialization must be listed explicitly in the list.") (propx/y (propertize x/y 'face ahs-plugin-whole-buffer-face)) (hidden (if (< 0 (- overlay-count (nth 4 st))) "*" "")) (prophidden (propertize hidden 'face '(:weight bold)))) - (echo "%s %s%s press (n/N) to navigate, (e) to edit, (r) to change range or (R) for reset" + (echo "%s %s%s press (n/N) to navigate, (e) to edit, (r) to change range or (R) for reset (d) to go to next definition (D) to go to previous definition" propplugin propx/y prophidden))))))) (defun spacemacs/init-bookmark ()