Enable ElDoc messages after the newline command
* lisp/emacs-lisp/eldoc.el: Add "newline" to the eldoc-add-command-completions call (bug#27228).
This commit is contained in:
parent
a003e87be7
commit
3632633cab
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ return any documentation.")
|
||||||
"down-list" "end-of-" "exchange-point-and-mark" "forward-" "goto-"
|
"down-list" "end-of-" "exchange-point-and-mark" "forward-" "goto-"
|
||||||
"handle-select-window" "indent-for-tab-command" "left-" "mark-page"
|
"handle-select-window" "indent-for-tab-command" "left-" "mark-page"
|
||||||
"mark-paragraph" "mouse-set-point" "move-" "move-beginning-of-"
|
"mark-paragraph" "mouse-set-point" "move-" "move-beginning-of-"
|
||||||
"move-end-of-" "next-" "other-window" "pop-global-mark" "previous-"
|
"move-end-of-" "newline" "next-" "other-window" "pop-global-mark" "previous-"
|
||||||
"recenter" "right-" "scroll-" "self-insert-command" "split-window-"
|
"recenter" "right-" "scroll-" "self-insert-command" "split-window-"
|
||||||
"up-list")
|
"up-list")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue