aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-16 15:28:37 +0000
committerRichard M. Stallman1994-11-16 15:28:37 +0000
commit0694d58c7f2b36eabb1affbe98a940274047bb20 (patch)
tree00ac9b72de7d7240d8a648336f0f2f68689885ec
parent9dfaca6edde9dde1dfd888b3b36381360c69a374 (diff)
downloademacs-0694d58c7f2b36eabb1affbe98a940274047bb20.tar.gz
emacs-0694d58c7f2b36eabb1affbe98a940274047bb20.zip
Fix in insert-behind-hooks and insert-in-front-hooks.
-rw-r--r--lispref/text.texi2
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)}
2241The operation of inserting text in a buffer, after actually modifying 2241The operation of inserting text in a buffer, before actually modifying
2242the buffer, calls the functions listed in the 2242the 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
2244the @code{insert-behind-hooks} property of the preceding character. 2244the @code{insert-behind-hooks} property of the preceding character.