This commit was generated by cvs2svn to compensate for changes in r1647,
[chise/xemacs-chise.git.1] / lisp / fill.el
index 748cba4..a1eafa1 100644 (file)
@@ -33,7 +33,7 @@
 
 ;; 97/3/14 Jareth Hein (jhod@po.iijnet.or.jp) added functions for kinsoku (asian text
 ;; line break processing)
-;; 97/06/11 Steve Baur (steve@altair.xemacs.org) converted broken
+;; 97/06/11 Steve Baur (steve@xemacs.org) converted broken
 ;;  following-char/preceding-char calls to char-after/char-before.
 
 ;;; Code:
@@ -383,7 +383,7 @@ space does not end a sentence, so don't break a line there."
          (skip-chars-forward " \t")
          ;; Then change all newlines to spaces.
          ;;; 97/3/14 jhod: Kinsoku change
-         ;; Spacing is not necessary for charcters of no word-separater.
+         ;; Spacing is not necessary for characters of no word-separator.
          ;; The regexp word-across-newline is used for this check.
          (defvar word-across-newline)
          (if (not (and (featurep 'mule)