diff options
| -rw-r--r-- | lispref/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index 1225ca470b1..d4cec050a95 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -2238,7 +2238,7 @@ the function will be called. | |||
| 2238 | @itemx insert-behind-hooks | 2238 | @itemx insert-behind-hooks |
| 2239 | @kindex insert-in-front-hooks @r{(text property)} | 2239 | @kindex insert-in-front-hooks @r{(text property)} |
| 2240 | @kindex insert-behind-hooks @r{(text property)} | 2240 | @kindex insert-behind-hooks @r{(text property)} |
| 2241 | The operation of inserting text in a buffer, after actually modifying | 2241 | The operation of inserting text in a buffer, before actually modifying |
| 2242 | the buffer, calls the functions listed in the | 2242 | the buffer, calls the functions listed in the |
| 2243 | @code{insert-in-front-hooks} property of the following character and in | 2243 | @code{insert-in-front-hooks} property of the following character and in |
| 2244 | the @code{insert-behind-hooks} property of the preceding character. | 2244 | the @code{insert-behind-hooks} property of the preceding character. |