Function: allout-get-bullet

allout-get-bullet is a byte-compiled function defined in allout.el.gz.

Signature

(allout-get-bullet)

Documentation

Return bullet of containing topic (visible or not).

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_    > allout-get-bullet ()
(defun allout-get-bullet ()
  "Return bullet of containing topic (visible or not)."
  (save-excursion
    (and (allout-goto-prefix)
	 (allout-recent-bullet))))