diff options
| -rw-r--r-- | lispref/elisp.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 15f33aaf8ae..83cd2ba98ec 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -1039,6 +1039,8 @@ Operating System Interface | |||
| 1039 | * Processor Run Time:: Getting the run time used by Emacs. | 1039 | * Processor Run Time:: Getting the run time used by Emacs. |
| 1040 | * Time Calculations:: Adding, subtracting, comparing times, etc. | 1040 | * Time Calculations:: Adding, subtracting, comparing times, etc. |
| 1041 | * Timers:: Setting a timer to call a function at a certain time. | 1041 | * Timers:: Setting a timer to call a function at a certain time. |
| 1042 | * Idle Timers:: Setting a timer to call a function when Emacs has | ||
| 1043 | been idle for a certain length of time. | ||
| 1042 | * Terminal Input:: Accessing and recordingo terminal input. | 1044 | * Terminal Input:: Accessing and recordingo terminal input. |
| 1043 | * Terminal Output:: Controlling and recording terminal output. | 1045 | * Terminal Output:: Controlling and recording terminal output. |
| 1044 | * Sound Output:: Playing sounds on the computer's speaker. | 1046 | * Sound Output:: Playing sounds on the computer's speaker. |