Function: semantic-beginning-of-command

semantic-beginning-of-command is a byte-compiled function defined in ctxt.el.gz.

Signature

(semantic-beginning-of-command)

Documentation

Move to the beginning of the current command.

Be default, uses semantic-command-separation-character.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-beginning-of-command ()
  "Move to the beginning of the current command.
Be default, uses `semantic-command-separation-character'.")