mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
Make arg optional in avy-goto-subword-1
This commit is contained in:
parent
d22493c0ec
commit
e8cebf1616
2
avy.el
2
avy.el
@ -884,7 +884,7 @@ should return true."
|
||||
(avy--process candidates (avy--style-fn avy-style)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun avy-goto-subword-1 (char arg)
|
||||
(defun avy-goto-subword-1 (char &optional arg)
|
||||
"Jump to the currently visible CHAR at a subword start.
|
||||
The window scope is determined by `avy-all-windows' (ARG negates it).
|
||||
The case of CHAR is ignored."
|
||||
|
Loading…
x
Reference in New Issue
Block a user