diff options
| author | Richard M. Stallman | 2006-08-20 12:10:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-08-20 12:10:04 +0000 |
| commit | 3bde9bb9fb4eece73a40315e19653fc65af3753b (patch) | |
| tree | 01dd38cba064c80c63ddd4fad6de6441c605a23f | |
| parent | 9d45757a54c52f07d22029f999df1d9a1a89ddb4 (diff) | |
| download | emacs-3bde9bb9fb4eece73a40315e19653fc65af3753b.tar.gz emacs-3bde9bb9fb4eece73a40315e19653fc65af3753b.zip | |
(Top): Update subnode menu.
| -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. |