mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(help-at-pt-display-when-idle): Add autoload cookie.
This commit is contained in:
parent
29099c2f2b
commit
fe86084221
@ -1,3 +1,7 @@
|
||||
2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
|
||||
|
||||
2005-01-24 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
|
||||
|
@ -146,6 +146,7 @@ This is done by setting a timer, if none is currently active."
|
||||
(run-with-idle-timer
|
||||
help-at-pt-timer-delay t #'help-at-pt-maybe-display))))
|
||||
|
||||
;;;###autoload
|
||||
(defcustom help-at-pt-display-when-idle 'never
|
||||
"*Automatically show local help on point-over.
|
||||
If the value is t, the string obtained from any `kbd-help' or
|
||||
|
Loading…
Reference in New Issue
Block a user