From: Dmitry Gutov <dgutov@yandex.ru>
Date: Mon, 5 Jun 2017 22:23:41 +0000 (+0300)
Subject: Enable ElDoc messages after the newline command
X-Git-Tag: emacs-26.0.90~521^2~163
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3632633cab801f84a23f60d5585acfae38f6e60c;p=emacs.git

Enable ElDoc messages after the newline command

* lisp/emacs-lisp/eldoc.el:
Add "newline" to the eldoc-add-command-completions call (bug#27228).
---

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")