[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/text.texi
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/text.texi |
Date: |
Sun, 03 Jul 2005 12:38:17 -0400 |
Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.102 emacs/lispref/text.texi:1.103
*** emacs/lispref/text.texi:1.102 Tue Jun 21 09:28:33 2005
--- emacs/lispref/text.texi Sun Jul 3 16:38:17 2005
***************
*** 3152,3157 ****
--- 3152,3161 ----
being modified by a single primitive, you can't predict how many times
the function will be called.
+ If these functions modify the buffer, they should bind
+ @code{inhibit-modification-hooks} to @code{t} around doing so, to
+ avoid confusing the internal mechanism that calls these hooks.
+
@item insert-in-front-hooks
@itemx insert-behind-hooks
@kindex insert-in-front-hooks @r{(text property)}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/text.texi,
Richard M . Stallman <=