summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.8
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-08-01 06:37:41 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-08-01 06:37:41 +0200
commit6e051c0a1330f539e036597988a0973fbd1adaef (patch)
tree7d528e99ec7d30770d4d59ce52e494eb7169b476 /lisp/ChangeLog.8
parent376c2b6b213e0cb7bec08a1ecc01731ac50865b8 (diff)
downloademacs-6e051c0a1330f539e036597988a0973fbd1adaef.tar.gz
Fix typos in ChangeLogs.
Diffstat (limited to 'lisp/ChangeLog.8')
-rw-r--r--lisp/ChangeLog.84
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index 8a30b0c6d90..6e1de200f7c 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -8808,14 +8808,14 @@
enable-kinsoku.
* simple.el (do-auto-fill): Don't check kinsoku-enable here.
- Don't call kinsoku directly, intead call fill-find-break-point.
+ Don't call kinsoku directly, instead call fill-find-break-point.
* textmodes/fill.el: Setup `fill-find-break-point-function'
property to character sets which require `kinsoku' processing for
filling.
(fill-find-break-point): New function.
(fill-region-as-paragraph): Don't check kinsoku-enable here.
- Don't call kinsoku directly, intead call fill-find-break-point.
+ Don't call kinsoku directly, instead call fill-find-break-point.
1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>