diff options
| author | Luc Teirlinck | 2005-01-25 03:36:37 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-01-25 03:36:37 +0000 |
| commit | fe86084221cd13a23761628671421b156a50cb4c (patch) | |
| tree | ec9e18c90a6aec20beadb47a9710742f67f4a2ac /lisp | |
| parent | 29099c2f2b06559662d20c3d9bb954477c2de5c2 (diff) | |
| download | emacs-fe86084221cd13a23761628671421b156a50cb4c.tar.gz emacs-fe86084221cd13a23761628671421b156a50cb4c.zip | |
(help-at-pt-display-when-idle): Add autoload cookie.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/help-at-pt.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46e67c9725c..bbd99a78ecb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-01-24 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie. | ||
| 4 | |||
| 1 | 2005-01-24 Lute Kamstra <lute@gnu.org> | 5 | 2005-01-24 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the | 7 | * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the |
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el index 2266c8d5a2a..53af1bdd579 100644 --- a/lisp/help-at-pt.el +++ b/lisp/help-at-pt.el | |||
| @@ -146,6 +146,7 @@ This is done by setting a timer, if none is currently active." | |||
| 146 | (run-with-idle-timer | 146 | (run-with-idle-timer |
| 147 | help-at-pt-timer-delay t #'help-at-pt-maybe-display)))) | 147 | help-at-pt-timer-delay t #'help-at-pt-maybe-display)))) |
| 148 | 148 | ||
| 149 | ;;;###autoload | ||
| 149 | (defcustom help-at-pt-display-when-idle 'never | 150 | (defcustom help-at-pt-display-when-idle 'never |
| 150 | "*Automatically show local help on point-over. | 151 | "*Automatically show local help on point-over. |
| 151 | If the value is t, the string obtained from any `kbd-help' or | 152 | If the value is t, the string obtained from any `kbd-help' or |