]> git.eshelyaron.com Git - emacs.git/commit
Add `isearch-yank-until-char'
authorKarl Fogel <kfogel@red-bean.com>
Thu, 12 Sep 2019 17:42:13 +0000 (12:42 -0500)
committerKarl Fogel <kfogel@red-bean.com>
Thu, 12 Sep 2019 17:42:13 +0000 (12:42 -0500)
commitbbadc6e05f4321466fe8bcd91df6b65fbc6c7d69
tree42c77b5950953710dfac1df2af9ea152192d0f76
parent5e8d477d63496ada8eb2c42d23735df0cf05ee2d
Add `isearch-yank-until-char'

* lisp/isearch.el (isearch-yank-until-char): New function.
  (isearch-mode-map, isearch-menu-bar-yank-map): Add it.
  (isearch-forward): Document the new binding.

* doc/emacs/search.texi (Isearch Yanking): Document the feature.

* etc/NEWS: Mention the above.
doc/emacs/search.texi
etc/NEWS
lisp/isearch.el