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
2c0b8144
Commit
2c0b8144
authored
Oct 18, 2008
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Search and Replace): Document `multi-query-replace-map'.
parent
cdf17e86
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/searching.texi
doc/lispref/searching.texi
+6
-0
etc/NEWS
etc/NEWS
+4
-0
No files found.
doc/lispref/ChangeLog
View file @
2c0b8144
2008-10-18 Eli Zaretskii <eliz@gnu.org>
* maps.texi (Standard Keymaps): Document `multi-query-replace-map'
and `search-map'.
* searching.texi (Search and Replace): Document
`replace-search-function' and `replace-re-search-function'.
Document `multi-query-replace-map'.
* minibuf.texi (Text from Minibuffer): Document `read-regexp'.
(Completion Commands, Reading File Names): Rename
...
...
doc/lispref/searching.texi
View file @
2c0b8144
...
...
@@ -1719,6 +1719,12 @@ use this answer.
Display some help, then ask again.
@end table
@defvar multi-query-replace-map
This variable holds a keymap that extends @code{query-replace-map} by
providing additional keybindings that are useful in multi-buffer
replacements.
@end defvar
@defvar replace-search-function
This variable specifies a function that @code{perform-replace} calls
to search for the next string to replace. Its default value is
...
...
etc/NEWS
View file @
2c0b8144
...
...
@@ -1285,15 +1285,19 @@ function to use for searching in `query-replace-regexp',
`map-query-replace-regexp'. The function it specifies is called by
`perform-replace' when its 4th argument is non-nil.
+++
*** New keymap `search-map' bound to `M-s' provides global bindings
for search related commands.
+++
*** New keymap `multi-query-replace-map' contains additonal keys bound
to `automatic-all' and `exit-current' for multi-buffer interactive replacement.
---
*** The variable `inhibit-changing-match-data', if non-nil, prevents
the search and match primitives from changing the match data.
---
*** New functions `word-search-forward-lax' and `word-search-backward-lax'.
These are like `word-search-forward and `word-search-backward', except
that the end of the search string need not match a word boundary,
...
...
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