Update echo area documentation for auto-highlight symbol

as I didn't know about this
This commit is contained in:
Michael Hauser-Raspe 2015-03-12 12:27:48 +00:00 committed by syl20bnr
parent 3e277409ea
commit fea5ef423a

View file

@ -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 ()