diff options
| -rw-r--r-- | lispref/elisp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 26e78941c3d..c8672f4d9ce 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -740,7 +740,7 @@ Text | |||
| 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. |