emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111278: * doc/lispref/text.texi (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111278: * doc/lispref/text.texi (Change Hooks): Fix typo.
Date: Mon, 18 Feb 2013 17:20:50 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111278
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2013-02-18 17:20:50 -0800
message:
  * doc/lispref/text.texi (Change Hooks): Fix typo.
modified:
  doc/lispref/ChangeLog
  doc/lispref/text.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-02-14 01:24:03 +0000
+++ b/doc/lispref/ChangeLog     2013-02-19 01:20:50 +0000
@@ -1,3 +1,7 @@
+2013-02-19  Glenn Morris  <address@hidden>
+
+       * text.texi (Change Hooks): Fix typo.
+
 2013-02-14  Glenn Morris  <address@hidden>
 
        * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-01-01 09:11:05 +0000
+++ b/doc/lispref/text.texi     2013-02-19 01:20:50 +0000
@@ -4344,7 +4344,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]