Function: semantic-end-of-context

semantic-end-of-context is a byte-compiled function defined in ctxt.el.gz.

Signature

(semantic-end-of-context &optional POINT)

Documentation

Move POINT to the end of the current context.

Return non-nil if there is no upper context. Be default, this uses semantic-up-context, and assumes parenthetical block delimiters.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-end-of-context (&optional point)
  "Move POINT to the end of the current context.
Return non-nil if there is no upper context.
Be default, this uses `semantic-up-context', and assumes parenthetical
block delimiters.")