diff options
| -rw-r--r-- | doc/lispref/os.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index bff759215da..6c237d83457 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -21,8 +21,8 @@ pertaining to the terminal and the screen. | |||
| 21 | * System Environment:: Distinguish the name and kind of system. | 21 | * System Environment:: Distinguish the name and kind of system. |
| 22 | * User Identification:: Finding the name and user id of the user. | 22 | * User Identification:: Finding the name and user id of the user. |
| 23 | * Time of Day:: Getting the current time. | 23 | * Time of Day:: Getting the current time. |
| 24 | * Time Conversion:: Converting a time from numeric form | 24 | * Time Conversion:: Converting a time from numeric form to |
| 25 | to calendrical data, and vice versa). | 25 | calendrical data and vice versa. |
| 26 | * Time Parsing:: Converting a time from numeric form to text | 26 | * Time Parsing:: Converting a time from numeric form to text |
| 27 | and vice versa. | 27 | and vice versa. |
| 28 | * Processor Run Time:: Getting the run time used by Emacs. | 28 | * Processor Run Time:: Getting the run time used by Emacs. |