From ae16e4fa1363b531972628c14bb225b4cd45dbc6 Mon Sep 17 00:00:00 2001 From: Drew Neil Date: Mon, 20 Mar 2017 12:23:19 +0000 Subject: [PATCH] doc: remove "only available when compiled with +timers" (#6321) --- runtime/doc/eval.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index d94b3b7a2e..e1a8ba079a 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -7538,7 +7538,6 @@ timer_start({time}, {callback} [, {options}]) \ {'repeat': 3}) < This will invoke MyHandler() three times at 500 msec intervals. - {only available when compiled with the |+timers| feature} timer_stop({timer}) *timer_stop()* Stop a timer. The timer callback will no longer be invoked.