diff options
Diffstat (limited to 'doc/lispref/elisp.texi')
| -rw-r--r-- | doc/lispref/elisp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index f69823101d0..cd688acd6ac 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -1061,7 +1061,7 @@ Text | |||
| 1061 | * Registers:: How registers are implemented. Accessing | 1061 | * Registers:: How registers are implemented. Accessing |
| 1062 | the text or position stored in a register. | 1062 | the text or position stored in a register. |
| 1063 | * Base 64:: Conversion to or from base 64 encoding. | 1063 | * Base 64:: Conversion to or from base 64 encoding. |
| 1064 | * MD5 Checksum:: Compute the MD5 "message digest"/"checksum". | 1064 | * Checksum/Hash:: Computing "message digests"/"checksums"/"hashes". |
| 1065 | * Atomic Changes:: Installing several buffer changes "atomically". | 1065 | * Atomic Changes:: Installing several buffer changes "atomically". |
| 1066 | * Change Hooks:: Supplying functions to be run when text is changed. | 1066 | * Change Hooks:: Supplying functions to be run when text is changed. |
| 1067 | 1067 | ||