Add move-beginning-of-line, move-end-of-line, end-of-line,
and beginning-of-line to the list of commands after which the echo area is updated.
This commit is contained in:
parent
5cabd50e11
commit
156fbeb72c
1 changed files with 5 additions and 4 deletions
|
@ -454,10 +454,11 @@ Emacs Lisp mode) that support Eldoc.")
|
|||
;; Prime the command list.
|
||||
(eldoc-add-command-completions
|
||||
"backward-" "beginning-of-" "delete-other-windows" "delete-window"
|
||||
"end-of-" "forward-" "indent-for-tab-command" "goto-" "mouse-set-point"
|
||||
"next-" "other-window" "previous-" "recenter" "scroll-"
|
||||
"self-insert-command" "split-window-"
|
||||
"up-list" "down-list")
|
||||
"end-of-" "exchange-point-and-mark" "forward-"
|
||||
"indent-for-tab-command" "goto-" "mark-page" "mark-paragraph"
|
||||
"mouse-set-point" "move-" "pop-global-mark" "next-" "other-window"
|
||||
"previous-" "recenter" "scroll-" "self-insert-command"
|
||||
"split-window-" "up-list" "down-list")
|
||||
|
||||
(provide 'eldoc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue