diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-08-13 17:29:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-08-13 17:29:41 +0000 |
commit | 4b0adead697052de50e60461f7e5d156bec79c48 (patch) | |
tree | 62ebace8e680c2c8d48e0e4eb73f804ee6479c96 /lispref | |
parent | e389205fce59a91886c023071f9a55833944f769 (diff) | |
download | emacs-4b0adead697052de50e60461f7e5d156bec79c48.tar.gz |
(Top): Update subnode lists in menu.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/elisp.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 1567121e2aa..9c8940e2d2f 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -535,6 +535,7 @@ Keymaps * Key Lookup:: How extracting elements from keymaps works. * Functions for Key Lookup:: How to request key lookup. * Changing Key Bindings:: Redefining a key in a keymap. +* Remapping Commands:: Bindings that translate one command to another. * Key Binding Commands:: Interactive interfaces for redefining keys. * Scanning Keymaps:: Looking through all keymaps, for printing help. @@ -739,12 +740,16 @@ Text * Transposition:: Swapping two portions of a buffer. * Registers:: How registers are implemented. Accessing the text or position stored in a register. +* Atomic Changes:: Installing several buffer changs ``atomically''. +* Base 64:: Conversion to or from base 64 encoding. +* MD5 Checksum:: Compute the MD5 ``message digest''/``checksum''. * Change Hooks:: Supplying functions to be run when text is changed. The Kill Ring * Kill Ring Concepts:: What text looks like in the kill ring. * Kill Functions:: Functions that kill text. +* Yanking:: How yanking is done. * Yank Commands:: Commands that access the kill ring. * Low-Level Kill Ring:: Functions and variables for kill ring access. * Internals of Kill Ring:: Variables that hold kill-ring data. |