diff lisp/lisp-mode.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 10738b72057d
children 830872ebe096
line wrap: on
line diff
--- a/lisp/lisp-mode.el	Sun Jun 06 21:50:31 2004 +0000
+++ b/lisp/lisp-mode.el	Sun Jun 06 23:58:46 2004 +0000
@@ -428,8 +428,8 @@
 (defcustom eval-interactive-verbose t
   "*Non-nil means that interactive evaluation can print messages.
 The messages are printed when the expression is treated differently
-using `\\[eval-last-sexp]' and `\\[eval-defun]' than it than it would have been
-treated noninteractively.
+using `\\[eval-last-sexp]' and `\\[eval-defun]' than it would have
+been treated noninteractively.
 
 The printed messages are \"defvar treated as defconst\" and \"defcustom
  evaluation forced\".  See `eval-interactive' for more details."