X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Ffill.el;h=a1eafa1fff2023ab9ec25745db95bc9c1b958942;hb=cc952c87134f98975102ee428e3c3a9cdb012a7b;hp=748cba413ebe9d52c8f78e223ae8031ec3bae291;hpb=b623fb6516df4ba24a9a16f8199b4341eb9aff52;p=chise%2Fxemacs-chise.git- diff --git a/lisp/fill.el b/lisp/fill.el index 748cba4..a1eafa1 100644 --- a/lisp/fill.el +++ b/lisp/fill.el @@ -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)