Function: evil-a-sentence
evil-a-sentence is an interactive and byte-compiled function defined
in evil-commands.el.
Signature
(evil-a-sentence &optional COUNT BEG END TYPE)
Documentation
Select a sentence.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-text-object evil-a-sentence (count &optional beg end _type)
"Select a sentence."
(evil-select-an-object 'evil-sentence beg end type count))