1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

help-at-pt-display-when-idle doc string clarification

* lisp/help-at-pt.el (help-at-pt-display-when-idle): Clarify when
kbd-help is useful (bug#39295).
This commit is contained in:
Lars Ingebrigtsen 2020-08-21 16:33:33 +02:00
parent 70964b9c6b
commit fff5c3c061

View file

@ -162,6 +162,10 @@ included in this list. Suggested properties are `keymap',
`local-map', `button' and `kbd-help'. Any value other than t or
a non-empty list disables the feature.
The text printed from the `help-echo' property is often only
relevant when using the mouse. The presence of a `kbd-help'
property guarantees that non mouse specific help is available.
This variable only takes effect after a call to
`help-at-pt-set-timer'. The help gets printed after Emacs has
been idle for `help-at-pt-timer-delay' seconds. You can call