From e2b7cebbd1a680ec636f64dac5fe35bcf4509f6c Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 25 Nov 2008 03:50:41 +0000 Subject: [PATCH] (Processor Run Time): Fix typo. --- doc/lispref/os.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 running. The string is formatted by @code{format-seconds} according to the optional argument @var{format}. For the available format descriptors, see @ref{Time Parsing, format-seconds}. If @var{format} -is nil or omitted, it defaults to @code{"%Y, %D, %H, %M, %z%S"}. +is @code{nil} or omitted, it defaults to @code{"%Y, %D, %H, %M, +%z%S"}. @end defun @defun get-internal-run-time -- 2.39.2