Mercurial > emacs
changeset 62313:6ee2b2667bce
(eldoc-documentation-function): Add autoload.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 May 2005 11:25:31 +0000 |
parents | cc808dc04a2d |
children | 8ef4dac936f9 |
files | lisp/emacs-lisp/eldoc.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/eldoc.el Sat May 14 11:25:00 2005 +0000 +++ b/lisp/emacs-lisp/eldoc.el Sat May 14 11:25:31 2005 +0000 @@ -229,6 +229,7 @@ (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