Function: semantic-beginning-of-context
semantic-beginning-of-context is a byte-compiled function defined in
ctxt.el.gz.
Signature
(semantic-beginning-of-context &optional POINT)
Documentation
Move POINT to the beginning of the current context.
Return non-nil if there is no upper context.
The default behavior uses semantic-up-context.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-beginning-of-context (&optional point)
"Move POINT to the beginning of the current context.
Return non-nil if there is no upper context.
The default behavior uses `semantic-up-context'.")