Function: evil-a-paragraph

evil-a-paragraph is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-a-paragraph &optional COUNT BEG END TYPE)

Documentation

Select a paragraph.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-text-object evil-a-paragraph (count &optional beg end _type)
  "Select a paragraph."
  :type line
  (evil-select-an-object 'evil-paragraph beg end type count t))