diff options
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/eval.txt | 1 | ||||
| -rw-r--r-- | runtime/doc/options.txt | 2 |
2 files changed, 1 insertions, 2 deletions
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. diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 23d8287a2c..29de35805e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2731,7 +2731,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'formatprg'* *'fp'* 'formatprg' 'fp' string (default "") - global + global or local to buffer |global-local| The name of an external program that will be used to format the lines selected with the |gq| operator. The program must take the input on stdin and produce the output on stdout. The Unix program "fmt" is |