]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/text.texi (Change Hooks): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Tue, 19 Feb 2013 01:20:50 +0000 (17:20 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 19 Feb 2013 01:20:50 +0000 (17:20 -0800)
doc/lispref/ChangeLog
doc/lispref/text.texi

index 65e23a8284762d9068cbc4052fc08fc966fe391b..9d541978cbc53230913cc0742edd5635940e4466 100644 (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.
index 00ec62ec49dc65874e305a3bf93ea89147ec2b0a..c6cbfa5b3f879d7745b34527fc2960b4d1dfe146 100644 (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