aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-25 03:50:41 +0000
committerChong Yidong2008-11-25 03:50:41 +0000
commite2b7cebbd1a680ec636f64dac5fe35bcf4509f6c (patch)
treef4b118e6d1f93715cd91933185676f549eafad30
parentfcca848c04b0ec29495fba9a7375bcf6b24dd7a2 (diff)
downloademacs-e2b7cebbd1a680ec636f64dac5fe35bcf4509f6c.tar.gz
emacs-e2b7cebbd1a680ec636f64dac5fe35bcf4509f6c.zip
(Processor Run Time): Fix typo.
-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