diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-11 19:59:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-11 19:59:29 +0000 |
commit | 2c59ce38d0689b53f42ece54f499654953dabeff (patch) | |
tree | ba4c8676c06dc76fb4b838edf4e992b4bdd35419 /lispref | |
parent | f48730407290878363cda261543a8fa011acde61 (diff) | |
download | emacs-2c59ce38d0689b53f42ece54f499654953dabeff.tar.gz |
(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 * Datagrams:: UDP network connections. * Low-Level Network:: Lower-level but more general function to create connections and servers. -* Byte Packing:: Using bindat to pack and unpack binary data. +* Misc Network:: Additional relevant functions for network connections. +* Byte Packing:: Using bindat to pack and unpack binary data. Receiving Output from Processes @@ -1005,7 +1006,6 @@ Emacs Display * Images:: Displaying images in Emacs buffers. * Buttons:: Adding clickable buttons to Emacs buffers. * Blinking:: How Emacs shows the matching open parenthesis. -* Inverse Video:: Specifying how the screen looks. * Usual Display:: The usual conventions for displaying nonprinting chars. * Display Tables:: How to specify other conventions. * Beeping:: Audible signal to the user. @@ -1020,6 +1020,8 @@ Operating System Interface * Time of Day:: Getting the current time. * Time Conversion:: Converting a time from numeric form to a string, or to calendrical data (or vice versa). +* Time Parsing:: Converting a time from numeric form to text + and vice versa. * Processor Run Time:: Getting the run time used by Emacs. * Time Calculations:: Adding, subtracting, comparing times, etc. * Timers:: Setting a timer to call a function at a certain time. @@ -1046,7 +1048,10 @@ Getting out of Emacs Tips and Conventions * Coding Conventions:: Conventions for clean and robust programs. -* Compilation Tips:: Making compiled code run fast. +* Key Binding Conventions:: Which keys should be bound by which programs. +* Programming Tips:: Making Emacs code fit smoothly in Emacs. +* Compilation Tips:: Making compiled code run fast. +* Warning Tips:: Turning off compiler warnings. * Documentation Tips:: Writing readable documentation strings. * Comment Tips:: Conventions for writing comments. * Library Headers:: Standard headers for library packages. |