aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov2018-11-21 23:33:22 +0200
committerJuri Linkov2018-11-21 23:33:22 +0200
commitcdb0d080f1bb2239ccb828d989d6bb73409d5f59 (patch)
treeb305910f183b21e2f0e0c40d8a782547a4924f89 /etc/NEWS
parent8f49cb00d06e06c2db67305433e743e706645bb2 (diff)
downloademacs-cdb0d080f1bb2239ccb828d989d6bb73409d5f59.tar.gz
emacs-cdb0d080f1bb2239ccb828d989d6bb73409d5f59.zip
Add prefix arg to isearch-forward-symbol-at-point (bug#29321)
* lisp/isearch.el (isearch-forward-symbol-at-point): Add optional arg.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 13d660812d6..dc08e1caf25 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -644,6 +644,8 @@ can now be searched via 'C-s'.
644and 'C-r' ('isearch-repeat-backward'). With a prefix argument, these 644and 'C-r' ('isearch-repeat-backward'). With a prefix argument, these
645commands repeat the search for the specified occurrence of the search string. 645commands repeat the search for the specified occurrence of the search string.
646A negative argument repeats the search in the opposite direction. 646A negative argument repeats the search in the opposite direction.
647This makes possible also to use a prefix argument for 'M-s .'
648('isearch-forward-symbol-at-point') to find the next Nth symbol.
647 649
648*** 'isearch-lazy-count' shows the current match number and total number 650*** 'isearch-lazy-count' shows the current match number and total number
649of matches in the Isearch prompt. Customizable variables 651of matches in the Isearch prompt. Customizable variables