comparison doc/lispref/os.texi @ 87274:b7f63edb668e

(System Interface): Fix typo.
author Martin Rudalics <rudalics@gmx.at>
date Fri, 14 Dec 2007 06:51:03 +0000
parents b210bba3f477
children 45568b22f6e5
comparison
equal deleted inserted replaced
87273:2946f697b705 87274:b7f63edb668e
19 * Starting Up:: Customizing Emacs startup processing. 19 * Starting Up:: Customizing Emacs startup processing.
20 * Getting Out:: How exiting works (permanent or temporary). 20 * Getting Out:: How exiting works (permanent or temporary).
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.
29 * Time Calculations:: Adding, subtracting, comparing times, etc. 29 * Time Calculations:: Adding, subtracting, comparing times, etc.
30 * Timers:: Setting a timer to call a function at a certain time. 30 * Timers:: Setting a timer to call a function at a certain time.