aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2013-02-18 19:29:28 -0800
committerGlenn Morris2013-02-18 19:29:28 -0800
commit872faefb07a9196a583fc8cbe146ab6a2ebc9c2b (patch)
tree5502bf8472fb7d132c03de2240ce403b502f8995 /doc
parent8ca4f1e02e22f74dc269b01bc4a32e01dd226dae (diff)
parent2af3b9c16e340ad034e57e949f09bbafc00bd52c (diff)
downloademacs-872faefb07a9196a583fc8cbe146ab6a2ebc9c2b.tar.gz
emacs-872faefb07a9196a583fc8cbe146ab6a2ebc9c2b.zip
Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ru
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/text.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index d8a08ee5d3e..fe61fb4dce1 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12013-02-19 Glenn Morris <rgm@gnu.org>
2
3 * text.texi (Change Hooks): Fix typo.
4
12013-02-15 Glenn Morris <rgm@gnu.org> 52013-02-15 Glenn Morris <rgm@gnu.org>
2 6
3 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode. 7 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 00ec62ec49d..c6cbfa5b3f8 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4344,7 +4344,7 @@ This variable holds a list of functions to call after any buffer
4344modification. Each function receives three arguments: the beginning 4344modification. Each function receives three arguments: the beginning
4345and end of the region just changed, and the length of the text that 4345and end of the region just changed, and the length of the text that
4346existed before the change. All three arguments are integers. The 4346existed before the change. All three arguments are integers. The
4347buffer has been changed is always the current buffer. 4347buffer that has been changed is always the current buffer.
4348 4348
4349The length of the old text is the difference between the buffer 4349The length of the old text is the difference between the buffer
4350positions before and after that text as it was before the change. As 4350positions before and after that text as it was before the change. As