diff options
| author | Martin Rudalics | 2007-12-14 06:51:03 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-12-14 06:51:03 +0000 |
| commit | 3be92e636993ae5efd9ea7f1524ed9a0e59ddf33 (patch) | |
| tree | abd630f70da5f548ca27d920f29537a582c92dd1 | |
| parent | c84b30043d52aa79e665d5968460ff7569af79ed (diff) | |
| download | emacs-3be92e636993ae5efd9ea7f1524ed9a0e59ddf33.tar.gz emacs-3be92e636993ae5efd9ea7f1524ed9a0e59ddf33.zip | |
(System Interface): Fix typo.
| -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. |