Function: allout-beginning-of-level
allout-beginning-of-level is a byte-compiled function defined in
allout.el.gz.
Signature
(allout-beginning-of-level)
Documentation
Go back to the first sibling at this level, visible or not.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ > allout-beginning-of-level ()
(defun allout-beginning-of-level ()
"Go back to the first sibling at this level, visible or not."
(allout-end-of-level 'backward))