Remove interactive spec from internal eldoc--format-doc-buffer
Per bug#43609. * lisp/emacs-lisp/eldoc.el (eldoc--format-doc-buffer): Remove useless interactive spec.
This commit is contained in:
parent
be0f2de179
commit
67a9ecb489
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue