diff lisp/term/tvi970.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 3ecd8885ac67
children e29fcfd8df5f
line wrap: on
line diff
--- a/lisp/term/tvi970.el	Sun Jun 06 21:50:31 2004 +0000
+++ b/lisp/term/tvi970.el	Sun Jun 06 23:58:46 2004 +0000
@@ -44,7 +44,7 @@
 	  ;; ("\eOR"	[kp-f3])
 	  ;; ("\eOS"	[kp-f4])
 
-	  ;; These might br set by terminfo
+	  ;; These might be set by terminfo
 	  ("\e[H"	[home])
 	  ("\e[Z"	[backtab])
 	  ("\e[i"	[print])
@@ -59,7 +59,7 @@
 	  ("\eOn"	[kp-decimal])
 	  ("\eOM"	[kp-enter])
 
-	  ;; These won't be set up by either either
+	  ;; These won't be set up by either
 	  ("\e[K"	[key-eol])	;; Not an X keysym
 	  ("\e[J"	[key-eos])	;; Not an X keysym
 	  ("\e[2J"	[key-clear])	;; Not an X keysym