diff options
| author | Richard M. Stallman | 2005-05-14 11:25:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-14 11:25:31 +0000 |
| commit | 4021f35884f21eacba1e90ffe2dc55a3a34a47bb (patch) | |
| tree | 6a9dd90d7a62e9da0c13bb99decf7fc02ab724c6 | |
| parent | 7fde7268e1f3c3a1cc6c0f7d1006a716fd4773bd (diff) | |
| download | emacs-4021f35884f21eacba1e90ffe2dc55a3a34a47bb.tar.gz emacs-4021f35884f21eacba1e90ffe2dc55a3a34a47bb.zip | |
(eldoc-documentation-function): Add autoload.
| -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 b23217151e3..1546d078aea 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." | |||
| 229 | (not (eq (selected-window) (minibuffer-window))))) | 229 | (not (eq (selected-window) (minibuffer-window))))) |
| 230 | 230 | ||
| 231 | 231 | ||
| 232 | ;;;###autoload | ||
| 232 | (defvar eldoc-documentation-function nil | 233 | (defvar eldoc-documentation-function nil |
| 233 | "If non-nil, function to call to return doc string. | 234 | "If non-nil, function to call to return doc string. |
| 234 | The function of no args should return a one-line string for displaying | 235 | The function of no args should return a one-line string for displaying |