comparison lispref/elisp.texi @ 52914:b9fcc4a195bf

(Top): Fix typo.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 23 Oct 2003 00:28:17 +0000
parents 695cf19ef79e
children b55f5e7372e9
comparison
equal deleted inserted replaced
52913:80a49ba70b47 52914:b9fcc4a195bf
738 * Text Properties:: Assigning Lisp property lists to text characters. 738 * Text Properties:: Assigning Lisp property lists to text characters.
739 * Substitution:: Replacing a given character wherever it appears. 739 * Substitution:: Replacing a given character wherever it appears.
740 * Transposition:: Swapping two portions of a buffer. 740 * Transposition:: Swapping two portions of a buffer.
741 * Registers:: How registers are implemented. Accessing 741 * Registers:: How registers are implemented. Accessing
742 the text or position stored in a register. 742 the text or position stored in a register.
743 * Atomic Changes:: Installing several buffer changs ``atomically''. 743 * Atomic Changes:: Installing several buffer changes ``atomically''.
744 * Base 64:: Conversion to or from base 64 encoding. 744 * Base 64:: Conversion to or from base 64 encoding.
745 * MD5 Checksum:: Compute the MD5 ``message digest''/``checksum''. 745 * MD5 Checksum:: Compute the MD5 ``message digest''/``checksum''.
746 * Change Hooks:: Supplying functions to be run when text is changed. 746 * Change Hooks:: Supplying functions to be run when text is changed.
747 747
748 The Kill Ring 748 The Kill Ring