comparison lisp/prim/replace.el @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 4be1180a9e89
children
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
28 28
29 ;; All the gettext calls are for XEmacs I18N3 message catalog support. 29 ;; All the gettext calls are for XEmacs I18N3 message catalog support.
30 30
31 ;;; Code: 31 ;;; Code:
32 32
33 (defconst case-replace t "\ 33 (defvar case-replace t "\
34 *Non-nil means `query-replace' should preserve case in replacements. 34 *Non-nil means `query-replace' should preserve case in replacements.
35 What this means is that `query-replace' will change the case of the 35 What this means is that `query-replace' will change the case of the
36 replacement text so that it matches the text that was replaced. 36 replacement text so that it matches the text that was replaced.
37 If this variable is nil, the replacement text will be inserted 37 If this variable is nil, the replacement text will be inserted
38 exactly as it was specified by the user, irrespective of the case 38 exactly as it was specified by the user, irrespective of the case