diff options
| author | Richard M. Stallman | 2005-08-11 19:59:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-11 19:59:29 +0000 |
| commit | 2c59ce38d0689b53f42ece54f499654953dabeff (patch) | |
| tree | ba4c8676c06dc76fb4b838edf4e992b4bdd35419 /lispref | |
| parent | f48730407290878363cda261543a8fa011acde61 (diff) | |
| download | emacs-2c59ce38d0689b53f42ece54f499654953dabeff.tar.gz emacs-2c59ce38d0689b53f42ece54f499654953dabeff.zip | |
(Top): Update subnode lists.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/elisp.texi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index ba813430bfe..8c99ee6acaa 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -974,7 +974,8 @@ Processes | |||
| 974 | * Datagrams:: UDP network connections. | 974 | * Datagrams:: UDP network connections. |
| 975 | * Low-Level Network:: Lower-level but more general function | 975 | * Low-Level Network:: Lower-level but more general function |
| 976 | to create connections and servers. | 976 | to create connections and servers. |
| 977 | * Byte Packing:: Using bindat to pack and unpack binary data. | 977 | * Misc Network:: Additional relevant functions for network connections. |
| 978 | * Byte Packing:: Using bindat to pack and unpack binary data. | ||
| 978 | 979 | ||
| 979 | Receiving Output from Processes | 980 | Receiving Output from Processes |
| 980 | 981 | ||
| @@ -1005,7 +1006,6 @@ Emacs Display | |||
| 1005 | * Images:: Displaying images in Emacs buffers. | 1006 | * Images:: Displaying images in Emacs buffers. |
| 1006 | * Buttons:: Adding clickable buttons to Emacs buffers. | 1007 | * Buttons:: Adding clickable buttons to Emacs buffers. |
| 1007 | * Blinking:: How Emacs shows the matching open parenthesis. | 1008 | * Blinking:: How Emacs shows the matching open parenthesis. |
| 1008 | * Inverse Video:: Specifying how the screen looks. | ||
| 1009 | * Usual Display:: The usual conventions for displaying nonprinting chars. | 1009 | * Usual Display:: The usual conventions for displaying nonprinting chars. |
| 1010 | * Display Tables:: How to specify other conventions. | 1010 | * Display Tables:: How to specify other conventions. |
| 1011 | * Beeping:: Audible signal to the user. | 1011 | * Beeping:: Audible signal to the user. |
| @@ -1020,6 +1020,8 @@ Operating System Interface | |||
| 1020 | * Time of Day:: Getting the current time. | 1020 | * Time of Day:: Getting the current time. |
| 1021 | * Time Conversion:: Converting a time from numeric form to a string, or | 1021 | * Time Conversion:: Converting a time from numeric form to a string, or |
| 1022 | to calendrical data (or vice versa). | 1022 | to calendrical data (or vice versa). |
| 1023 | * Time Parsing:: Converting a time from numeric form to text | ||
| 1024 | and vice versa. | ||
| 1023 | * Processor Run Time:: Getting the run time used by Emacs. | 1025 | * Processor Run Time:: Getting the run time used by Emacs. |
| 1024 | * Time Calculations:: Adding, subtracting, comparing times, etc. | 1026 | * Time Calculations:: Adding, subtracting, comparing times, etc. |
| 1025 | * Timers:: Setting a timer to call a function at a certain time. | 1027 | * Timers:: Setting a timer to call a function at a certain time. |
| @@ -1046,7 +1048,10 @@ Getting out of Emacs | |||
| 1046 | Tips and Conventions | 1048 | Tips and Conventions |
| 1047 | 1049 | ||
| 1048 | * Coding Conventions:: Conventions for clean and robust programs. | 1050 | * Coding Conventions:: Conventions for clean and robust programs. |
| 1049 | * Compilation Tips:: Making compiled code run fast. | 1051 | * Key Binding Conventions:: Which keys should be bound by which programs. |
| 1052 | * Programming Tips:: Making Emacs code fit smoothly in Emacs. | ||
| 1053 | * Compilation Tips:: Making compiled code run fast. | ||
| 1054 | * Warning Tips:: Turning off compiler warnings. | ||
| 1050 | * Documentation Tips:: Writing readable documentation strings. | 1055 | * Documentation Tips:: Writing readable documentation strings. |
| 1051 | * Comment Tips:: Conventions for writing comments. | 1056 | * Comment Tips:: Conventions for writing comments. |
| 1052 | * Library Headers:: Standard headers for library packages. | 1057 | * Library Headers:: Standard headers for library packages. |