(eldoc-documentation-function): Add autoload.

This commit is contained in:
Richard M. Stallman 2005-05-14 11:25:31 +00:00
parent 7fde7268e1
commit 4021f35884

View file

@ -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