diff options
| author | Chong Yidong | 2008-11-25 03:50:41 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-25 03:50:41 +0000 |
| commit | e2b7cebbd1a680ec636f64dac5fe35bcf4509f6c (patch) | |
| tree | f4b118e6d1f93715cd91933185676f549eafad30 | |
| parent | fcca848c04b0ec29495fba9a7375bcf6b24dd7a2 (diff) | |
| download | emacs-e2b7cebbd1a680ec636f64dac5fe35bcf4509f6c.tar.gz emacs-e2b7cebbd1a680ec636f64dac5fe35bcf4509f6c.zip | |
(Processor Run Time): Fix typo.
| -rw-r--r-- | doc/lispref/os.texi | 3 |
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 | |||
| 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 |