comparison doc/lispref/os.texi @ 99908:3a3bc9606291

(Processor Run Time): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 25 Nov 2008 03:50:41 +0000
parents e51cb1bd0e3a
children 112042a909ba
comparison
equal deleted inserted replaced
99907:659005a2ba74 99908:3a3bc9606291
1392 This function returns a string representing the Emacs 1392 This function returns a string representing the Emacs
1393 @dfn{uptime}---the elapsed wall-clock time this instance of Emacs is 1393 @dfn{uptime}---the elapsed wall-clock time this instance of Emacs is
1394 running. The string is formatted by @code{format-seconds} according 1394 running. The string is formatted by @code{format-seconds} according
1395 to the optional argument @var{format}. For the available format 1395 to the optional argument @var{format}. For the available format
1396 descriptors, see @ref{Time Parsing, format-seconds}. If @var{format} 1396 descriptors, see @ref{Time Parsing, format-seconds}. If @var{format}
1397 is nil or omitted, it defaults to @code{"%Y, %D, %H, %M, %z%S"}. 1397 is @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
1401 This function returns the processor run time used by Emacs as a list 1402 This function returns the processor run time used by Emacs as a list
1402 of three integers: @code{(@var{high} @var{low} @var{microsec})}. The 1403 of three integers: @code{(@var{high} @var{low} @var{microsec})}. The