aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/eldoc.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 89fc93c6154..4c8d8222ea5 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -486,7 +486,6 @@ This holds the results of the last documentation request."
486(defun eldoc--echo-area-substring (available) 486(defun eldoc--echo-area-substring (available)
487 "Given AVAILABLE lines, get buffer substring to display in echo area. 487 "Given AVAILABLE lines, get buffer substring to display in echo area.
488Helper for `eldoc-display-in-echo-area'." 488Helper for `eldoc-display-in-echo-area'."
489 (display-buffer (current-buffer))
490 (let ((start (prog1 (progn 489 (let ((start (prog1 (progn
491 (goto-char (point-min)) 490 (goto-char (point-min))
492 (skip-chars-forward " \t\n") 491 (skip-chars-forward " \t\n")