# HG changeset patch # User Luc Teirlinck # Date 1066868897 0 # Node ID b9fcc4a195bf4012eb71a36e1a8ba2996fcc511a # Parent 80a49ba70b4781b57b3e955416a75f33b6d8e2e5 (Top): Fix typo. diff -r 80a49ba70b47 -r b9fcc4a195bf lispref/elisp.texi --- a/lispref/elisp.texi Wed Oct 22 19:23:55 2003 +0000 +++ b/lispref/elisp.texi Thu Oct 23 00:28:17 2003 +0000 @@ -740,7 +740,7 @@ * 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''. +* Atomic Changes:: Installing several buffer changes ``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.