* doc/lispref/text.texi (Change Hooks): Fix typo.

This commit is contained in:
Glenn Morris 2013-02-18 17:20:50 -08:00
parent c9bcc580e8
commit 93c2fa46e2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-02-19 Glenn Morris <rgm@gnu.org>
* text.texi (Change Hooks): Fix typo.
2013-02-14 Glenn Morris <rgm@gnu.org>
* modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.

View file

@ -4344,7 +4344,7 @@ This variable holds a list of functions to call after any buffer
modification. Each function receives three arguments: the beginning
and end of the region just changed, and the length of the text that
existed before the change. All three arguments are integers. The
buffer has been changed is always the current buffer.
buffer that has been changed is always the current buffer.
The length of the old text is the difference between the buffer
positions before and after that text as it was before the change. As