Function: org-previous-line-empty-p

org-previous-line-empty-p is a byte-compiled function defined in org-macs.el.

Signature

(org-previous-line-empty-p)

Documentation

Is the previous line a blank line? When NEXT is non-nil, check the next line instead.

Source Code

;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-macs.el
(defun org-previous-line-empty-p ()
  "Is the previous line a blank line?
When NEXT is non-nil, check the next line instead."
  (org--line-empty-p -1))