]> git.eshelyaron.com Git - emacs.git/commit
User option to move to another match when changing direction in isearch.
authorGregory Heytings <gregory@heytings.org>
Wed, 7 Apr 2021 17:51:30 +0000 (17:51 +0000)
committerJuri Linkov <juri@linkov.net>
Thu, 8 Apr 2021 19:04:08 +0000 (22:04 +0300)
commit972bab0981fb0cc0d992b4a195ebaf33c79858c3
treea8f017cf4e78f92f832a7a7b34a9b394d254a15b
parentb4eb84d4afd1b847f6f4c272d04ffa1f4b36dc98
User option to move to another match when changing direction in isearch.

* lisp/isearch.el (isearch-direction-change-changes-match):
New user option (bug#47599).
(isearch-repeat): Use the new option.
(isearch-repeat-forward, isearch-repeat-backward): Adapt to the
new option.

* etc/NEWS: Mention the new user option.

* doc/emacs/search.texi: Document the new user option.
doc/emacs/search.texi
etc/NEWS
lisp/isearch.el