org-comment-or-uncomment-region

org-comment-or-uncomment-region is a compiled Lisp function in `org.el'.

(org-comment-or-uncomment-region BEG END &rest IGNORE)

Comment or uncomment each non-blank line in the region.
Uncomment each non-blank line between BEG and END if it only
contains commented lines. Otherwise, comment them.