Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9b0bf2b6
Commit
9b0bf2b6
authored
Dec 04, 1994
by
Richard M. Stallman
Browse files
(replace-string, query-replace): Doc fixes.
parent
bcddd52e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/replace.el
lisp/replace.el
+6
-0
No files found.
lisp/replace.el
View file @
9b0bf2b6
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment