emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/elisp.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/elisp.texi
Date: Wed, 13 Aug 2003 13:29:41 -0400

Index: emacs/lispref/elisp.texi
diff -c emacs/lispref/elisp.texi:1.43 emacs/lispref/elisp.texi:1.44
*** emacs/lispref/elisp.texi:1.43       Tue Aug  5 23:13:43 2003
--- emacs/lispref/elisp.texi    Wed Aug 13 13:29:41 2003
***************
*** 535,540 ****
--- 535,541 ----
  * 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,750 ****
--- 740,755 ----
  * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]