diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-12-12 15:31:33 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-12-12 15:31:33 +0100 |
commit | 0474fda62d79cb7eb250f34f19773c87f283c665 (patch) | |
tree | df7418a6b22fbbfda725c56825ec0290f8e6be39 /lisp/emacs-lisp/eldoc.el | |
parent | be907b0ba82c2a65e0468d50653cae8a7cf5f16b (diff) | |
parent | 4afef614cd6c93b4d4a57aa5bb211563649abc56 (diff) | |
download | emacs-0474fda62d79cb7eb250f34f19773c87f283c665.tar.gz emacs-0474fda62d79cb7eb250f34f19773c87f283c665.tar.bz2 emacs-0474fda62d79cb7eb250f34f19773c87f283c665.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r-- | lisp/emacs-lisp/eldoc.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index d81060ef165..6a976841038 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -467,7 +467,6 @@ This holds the results of the last documentation request." (defun eldoc--format-doc-buffer (docs) "Ensure DOCS are displayed in an *eldoc* buffer." - (interactive (list t)) (with-current-buffer (if (buffer-live-p eldoc--doc-buffer) eldoc--doc-buffer (setq eldoc--doc-buffer |