aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/elisp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/elisp.texi')
-rw-r--r--lispref/elisp.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index db92bdc97ee..41a2f1cdde0 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -1039,8 +1039,10 @@ 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* Terminal Input:: Recording terminal input for debugging. 1042* Idle Timers:: Setting a timer to call a function when Emacs has
1043* Terminal Output:: Recording terminal output for debugging. 1043 been idle for a certain length of time.
1044* Terminal Input:: Accessing and recordingo terminal input.
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.
1045* X11 Keysyms:: Operating on key symbols for X Windows 1047* X11 Keysyms:: Operating on key symbols for X Windows
1046* Batch Mode:: Running Emacs without terminal interaction. 1048* Batch Mode:: Running Emacs without terminal interaction.