Mercurial > emacs
changeset 9980:ff5d8881a3eb
Fix in insert-behind-hooks and insert-in-front-hooks.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Nov 1994 15:28:37 +0000 |
parents | 8c24b6db3fa3 |
children | f537f1e7264a |
files | lispref/text.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/text.texi Wed Nov 16 14:27:48 1994 +0000 +++ b/lispref/text.texi Wed Nov 16 15:28:37 1994 +0000 @@ -2238,7 +2238,7 @@ @itemx insert-behind-hooks @kindex insert-in-front-hooks @r{(text property)} @kindex insert-behind-hooks @r{(text property)} -The operation of inserting text in a buffer, after actually modifying +The operation of inserting text in a buffer, before actually modifying the buffer, calls the functions listed in the @code{insert-in-front-hooks} property of the following character and in the @code{insert-behind-hooks} property of the preceding character.