From fe06e2a4a076d698e921411608d7a6cbe8877175 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 6 Sep 2016 03:43:13 -0400 Subject: doc --- runtime/doc/eval.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 6678b273e0..c95464c02a 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5481,12 +5481,9 @@ reltime([{start} [, {end}]]) *reltime()* |reltimestr()| to convert it to a string or |reltimefloat()| to convert to a float. - Without an argument it returns the current "relative time", - an implementation-dependent value meaningful only in the - context of: - 1. comparison with other reltime() results - 2. |reltimestr()| - 3. |reltimefloat()| + Without an argument it returns the current "relative time", an + implementation-defined value meaningful only when used as an + argument to |reltime()|, |reltimestr()| and |reltimefloat()|. With one argument it returns the time passed since the time specified in the argument. -- cgit