diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-03-05 04:42:46 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-03-05 04:42:46 +0000 |
commit | e4ff63a27cbd8670938bef380226b0f2d08af1e3 (patch) | |
tree | 0505a2760497d9aa3def403e50565ec45a0688a9 /lisp/help-at-pt.el | |
parent | 282266074971a3b4746fefdd8dbbeb1ff66417e9 (diff) | |
download | emacs-e4ff63a27cbd8670938bef380226b0f2d08af1e3.tar.gz |
(help-at-pt-timer-delay): Minor doc fix (remove stray space).
Diffstat (limited to 'lisp/help-at-pt.el')
-rw-r--r-- | lisp/help-at-pt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el index 3d01ed6d6b2..67a0af20359 100644 --- a/lisp/help-at-pt.el +++ b/lisp/help-at-pt.el @@ -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." |