Update echo area documentation for auto-highlight symbol
as I didn't know about this
This commit is contained in:
parent
3e277409ea
commit
fea5ef423a
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Reference in a new issue