diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 9fbaa279079..ad87d474b8b 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1594,8 +1594,8 @@ E to edit the replacement string" | |||
| 1594 | "Keymap that defines the responses to questions in `query-replace'. | 1594 | "Keymap that defines the responses to questions in `query-replace'. |
| 1595 | The \"bindings\" in this map are not commands; they are answers. | 1595 | The \"bindings\" in this map are not commands; they are answers. |
| 1596 | The valid answers include `act', `skip', `act-and-show', | 1596 | The valid answers include `act', `skip', `act-and-show', |
| 1597 | `exit', `act-and-exit', `edit', `delete-and-edit', `recenter', | 1597 | `exit', `act-and-exit', `edit', `edit-replacement', `delete-and-edit', |
| 1598 | `automatic', `backup', `exit-prefix', and `help'.") | 1598 | `recenter', `automatic', `backup', `exit-prefix', `quit', and `help'.") |
| 1599 | 1599 | ||
| 1600 | (defvar multi-query-replace-map | 1600 | (defvar multi-query-replace-map |
| 1601 | (let ((map (make-sparse-keymap))) | 1601 | (let ((map (make-sparse-keymap))) |