]> git.eshelyaron.com Git - emacs.git/commitdiff
(replace-string, query-replace): Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Dec 1994 12:52:52 +0000 (12:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Dec 1994 12:52:52 +0000 (12:52 +0000)
lisp/replace.el

index 886748d1713c875bbf0cc2790f50fb2512ffe26a..40b6c01bd04f27b01d79b9f3f44fbf0d08c0f7d3 100644 (file)
@@ -57,6 +57,9 @@ minibuffer.
 
 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 @@ before rotating to the next."
   "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.