]> git.eshelyaron.com Git - emacs.git/commit
Improve 'isearch-delete-char' documentation (Bug#32990)
authorCharles A. Roelli <charles@aurox.ch>
Thu, 25 Oct 2018 19:01:53 +0000 (21:01 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Thu, 25 Oct 2018 19:01:53 +0000 (21:01 +0200)
commitc3adbc88a00f2c8fa773d46bfcf4571c9ebde8fb
treefb2d3056fd31d878c8eb9c275603f6ba6caa55f1
parent6ca71ceb687d238f6bdfd483e32b5c6d54bf6d1a
Improve 'isearch-delete-char' documentation (Bug#32990)

* doc/emacs/search.texi (Basic Isearch): Index
'isearch-delete-char', its keybinding and the isearch "input
item" concept, and define the latter.
(Error in Isearch): Clarify the different uses of DEL and
C-M-w during isearch.

* lisp/isearch.el (isearch-delete-char): Correct its
documentation and link to the Info node '(emacs)Basic Isearch'
which explains less technically how this function works in
everyday usage.
doc/emacs/search.texi
lisp/isearch.el