]> git.eshelyaron.com Git - emacs.git/commit
New user options to move between isearch matches
authorGregory Heytings <gregory@heytings.org>
Fri, 10 Sep 2021 10:43:45 +0000 (12:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 10 Sep 2021 10:43:45 +0000 (12:43 +0200)
commitf3cfd478980749d18d7fbc7be941a1e8bc145c5f
tree0fc71e73ace9690d9d928e323bb3e2631960fb48
parent150ff9c1575b4260ca603bf0981e8612e4ea5687
New user options to move between isearch matches

* lisp/isearch.el (isearch-allow-motion,
isearch-motion-changes-direction): New user options.
(isearch-pre-command-hook): Handle the new options.

* etc/NEWS: Mention the new user options.

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