diff options
author | Filipp Gunbin <fgunbin@fastmail.fm> | 2018-11-23 16:39:25 +0300 |
---|---|---|
committer | Filipp Gunbin <fgunbin@fastmail.fm> | 2018-11-23 16:40:55 +0300 |
commit | efccd13c1fa451249886df696fd484c413c261ff (patch) | |
tree | 2496f8db53d70a975e5a2bf6183411aaf966649e | |
parent | 2b1bc701052767beff77a7d6f60dea80b30ba8de (diff) | |
download | emacs-efccd13c1fa451249886df696fd484c413c261ff.tar.gz |
search.texi fix for leftover from C-M-w to C-M-d change
* doc/emacs/search.texi: Replace C-M-w with C-M-d.
-rw-r--r-- | doc/emacs/search.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 801e8bb33eb..35e2bfbb623 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -315,7 +315,7 @@ string that failed to match is highlighted using the face At this point, there are several things you can do. If your string was mistyped, use @key{DEL} to cancel a previous input item -(@pxref{Basic Isearch}), @kbd{C-M-w} to erase one character at a time, +(@pxref{Basic Isearch}), @kbd{C-M-d} to erase one character at a time, or @kbd{M-e} to edit it. If you like the place you have found, you can type @key{RET} to remain there. Or you can type @kbd{C-g}, which removes from the search string the characters that could not be found |