From: Richard M. Stallman Date: Sun, 4 Dec 1994 12:52:52 +0000 (+0000) Subject: (replace-string, query-replace): Doc fixes. X-Git-Tag: emacs-19.34~5751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b0bf2b6bdab97f2f9e01da7335e18c3945c5b5c;p=emacs.git (replace-string, query-replace): Doc fixes. --- diff --git a/lisp/replace.el b/lisp/replace.el index 886748d1713..40b6c01bd04 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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.