diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-05-14 11:25:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-05-14 11:25:31 +0000 |
commit | 4021f35884f21eacba1e90ffe2dc55a3a34a47bb (patch) | |
tree | 6a9dd90d7a62e9da0c13bb99decf7fc02ab724c6 /lisp/emacs-lisp/eldoc.el | |
parent | 7fde7268e1f3c3a1cc6c0f7d1006a716fd4773bd (diff) |
(eldoc-documentation-function): Add autoload.
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r-- | lisp/emacs-lisp/eldoc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index b23217151e..1546d078ae 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -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 |