Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f71da895
Commit
f71da895
authored
Aug 24, 2014
by
Christoph Scholtes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/replace.el (query-replace): Fix typo in docstring.
Fixes: debbugs:18320
parent
d2a633e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/replace.el
lisp/replace.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f71da895
2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
* replace.el (query-replace): Fix typo in docstring (Bug#18320).
2014-08-24 Alan Mackenzie <acm@muc.de>
Handle C++11's "auto" and "decltype" constructions.
...
...
lisp/replace.el
View file @
f71da895
...
...
@@ -266,7 +266,7 @@ replace backward.
Fourth
and
fifth
arg
START
and
END
specify
the
region
to
operate
on.
To
customize
possible
responses,
change
the
\"
bindings
\"
in
`
query-replace-map
'.
"
To
customize
possible
responses,
change
the
bindings
in
`
query-replace-map
'.
"
(interactive
(let ((common
(query-replace-read-args
...
...
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