diff lisp/newcomment.el @ 2116:ce294639d321

[xemacs-hg @ 2004-06-06 23:58:40 by adrian] xemacs-21.5: phrase duplication typo fixes for lisp and src -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2004-06-07 Adrian Aichner <adrian@xemacs.org> * mule/ethio-util.el (ethio-sera-to-fidel-region): Phrase duplication typo fixes for typos found by xemacs-builds/adrian/typology/phrase-duplication-typo.pl. * mule/mule-charset.el (make-translation-table): Ditto. 2004-06-07 Adrian Aichner <adrian@xemacs.org> * files.el (basic-save-buffer): Ditto. * lisp-mode.el (eval-interactive-verbose): Ditto. * newcomment.el (uncomment-region): Ditto. src/ChangeLog addition: 2004-06-07 Adrian Aichner <adrian@xemacs.org> * device-x.c (x_IO_error_handler): Phrase duplication typo fixes for typos found by xemacs-builds/adrian/typology/phrase-duplication-typo.pl.
author adrian
date Sun, 06 Jun 2004 23:58:46 +0000
parents 1b0339b048ce
children b9a1074dc6bf
line wrap: on
line diff
--- a/lisp/newcomment.el	Sun Jun 06 21:50:31 2004 +0000
+++ b/lisp/newcomment.el	Sun Jun 06 23:58:46 2004 +0000
@@ -5,7 +5,7 @@
 ;; Author: code extracted from Emacs-20's simple.el
 ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: comment uncomment
-;; Revision: $Id: newcomment.el,v 1.1 2003/03/02 09:38:40 ben Exp $
+;; Revision: $Id: newcomment.el,v 1.2 2004/06/06 23:58:44 adrian Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -714,7 +714,7 @@
 			 (forward-line 1)
 			 (re-search-forward sre (line-end-position) t))
 		  (replace-match "" t t nil (if (match-end 2) 2 1)))))
-	    ;; Go the the end for the next comment.
+	    ;; Go to the end for the next comment.
 	    (goto-char (point-max)))))
       (set-marker end nil))))