changeset 10104:8a04af3511c1

(replace-string, query-replace): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Dec 1994 12:52:52 +0000
parents efb97e6ec979
children 249d94c7e4f1
files lisp/replace.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/replace.el	Sat Dec 03 18:29:24 1994 +0000
+++ b/lisp/replace.el	Sun Dec 04 12:52:52 1994 +0000
@@ -57,6 +57,9 @@
 
 Preserves case in each replacement if `case-replace' and `case-fold-search'
 are non-nil and FROM-STRING has no uppercase letters.
+\(Preserving case means that if the string matched is all caps, or capitalized,
+then its replacement is upcased or capitalized.)
+
 Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
 only matches surrounded by word boundaries.
 
@@ -133,6 +136,9 @@
   "Replace occurrences of FROM-STRING with TO-STRING.
 Preserve case in each match if `case-replace' and `case-fold-search'
 are non-nil and FROM-STRING has no uppercase letters.
+\(Preserving case means that if the string matched is all caps, or capitalized,
+then its replacement is upcased or capitalized.)
+
 Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
 only matches surrounded by word boundaries.