aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/os.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 41d8b43d444..8c3d680fad4 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1394,7 +1394,8 @@ This function returns a string representing the Emacs
1394running. The string is formatted by @code{format-seconds} according 1394running. The string is formatted by @code{format-seconds} according
1395to the optional argument @var{format}. For the available format 1395to the optional argument @var{format}. For the available format
1396descriptors, see @ref{Time Parsing, format-seconds}. If @var{format} 1396descriptors, see @ref{Time Parsing, format-seconds}. If @var{format}
1397is nil or omitted, it defaults to @code{"%Y, %D, %H, %M, %z%S"}. 1397is @code{nil} or omitted, it defaults to @code{"%Y, %D, %H, %M,
1398%z%S"}.
1398@end defun 1399@end defun
1399 1400
1400@defun get-internal-run-time 1401@defun get-internal-run-time