1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(help-at-pt-timer-delay): Minor doc fix (remove stray space).

This commit is contained in:
Luc Teirlinck 2004-03-05 04:42:46 +00:00
parent 2822660749
commit e4ff63a27c

View File

@ -101,7 +101,7 @@ The value may be an integer or floating point number.
If a timer is already active, there are two ways to make the new
value take effect immediately. After setting the value, you can
first call `help-at-pt-cancel-timer' and then set a new timer
with `help-at-pt-set-timer' . Alternatively, you can set this
with `help-at-pt-set-timer'. Alternatively, you can set this
variable through Custom. This will not set a timer if none is
active, but if one is already active, Custom will make it use the
new value."