(eldoc-documentation-function): Add autoload.
This commit is contained in:
parent
7fde7268e1
commit
4021f35884
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ With prefix ARG, turn ElDoc mode on if and only if ARG is positive."
|
|||
(not (eq (selected-window) (minibuffer-window)))))
|
||||
|
||||
|
||||
;;;###autoload
|
||||
(defvar eldoc-documentation-function nil
|
||||
"If non-nil, function to call to return doc string.
|
||||
The function of no args should return a one-line string for displaying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue