mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -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:
parent
70964b9c6b
commit
fff5c3c061
1 changed files with 4 additions and 0 deletions
|
|
@ -162,6 +162,10 @@ included in this list. Suggested properties are `keymap',
|
||||||
`local-map', `button' and `kbd-help'. Any value other than t or
|
`local-map', `button' and `kbd-help'. Any value other than t or
|
||||||
a non-empty list disables the feature.
|
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
|
This variable only takes effect after a call to
|
||||||
`help-at-pt-set-timer'. The help gets printed after Emacs has
|
`help-at-pt-set-timer'. The help gets printed after Emacs has
|
||||||
been idle for `help-at-pt-timer-delay' seconds. You can call
|
been idle for `help-at-pt-timer-delay' seconds. You can call
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue