Function: semantic-ctxt-current-argument

semantic-ctxt-current-argument is a byte-compiled function defined in ctxt.el.gz.

Signature

(semantic-ctxt-current-argument &optional POINT)

Documentation

Return the index of the argument position the cursor is on at POINT.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-ctxt-current-argument (&optional point)
  "Return the index of the argument position the cursor is on at POINT.")