summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2017-06-06 01:23:41 +0300
committerDmitry Gutov <dgutov@yandex.ru>2017-06-06 01:23:41 +0300
commit3632633cab801f84a23f60d5585acfae38f6e60c (patch)
treee7e673811f013305c300d13fec3df68675211907 /lisp/emacs-lisp/eldoc.el
parenta003e87be775adc0d351ad741b609f0ee23fe560 (diff)
downloademacs-3632633cab801f84a23f60d5585acfae38f6e60c.tar.gz
Enable ElDoc messages after the newline command
* lisp/emacs-lisp/eldoc.el: Add "newline" to the eldoc-add-command-completions call (bug#27228).
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r--lisp/emacs-lisp/eldoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 40f5e2ef96a..a05bd7cc4d4 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -418,7 +418,7 @@ return any documentation.")
"down-list" "end-of-" "exchange-point-and-mark" "forward-" "goto-"
"handle-select-window" "indent-for-tab-command" "left-" "mark-page"
"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-"
"up-list")