This commit is contained in:
Justin M. Keyes
2016-09-06 03:43:13 -04:00
parent d9d2c2fcc0
commit fe06e2a4a0

View File

@@ -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.