comparison 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
comparison
equal deleted inserted replaced
2115:204cd6005d9b 2116:ce294639d321
426 426
427 ;; XEmacs change 427 ;; XEmacs change
428 (defcustom eval-interactive-verbose t 428 (defcustom eval-interactive-verbose t
429 "*Non-nil means that interactive evaluation can print messages. 429 "*Non-nil means that interactive evaluation can print messages.
430 The messages are printed when the expression is treated differently 430 The messages are printed when the expression is treated differently
431 using `\\[eval-last-sexp]' and `\\[eval-defun]' than it than it would have been 431 using `\\[eval-last-sexp]' and `\\[eval-defun]' than it would have
432 treated noninteractively. 432 been treated noninteractively.
433 433
434 The printed messages are \"defvar treated as defconst\" and \"defcustom 434 The printed messages are \"defvar treated as defconst\" and \"defcustom
435 evaluation forced\". See `eval-interactive' for more details." 435 evaluation forced\". See `eval-interactive' for more details."
436 :type 'boolean 436 :type 'boolean
437 :group 'lisp) 437 :group 'lisp)