Function: org-previous-line-empty-p
org-previous-line-empty-p is a byte-compiled function defined in
org-macs.el.gz.
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 /usr/src/emacs/lisp/org/org-macs.el.gz
(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 0))