Variable: semantic-command-separation-character
semantic-command-separation-character is a buffer-local variable
defined in ctxt.el.gz.
Documentation
String which indicates the end of a command.
Used for identifying the end of a single command.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
;;; Code:
(defvar-local semantic-command-separation-character
";"
"String which indicates the end of a command.
Used for identifying the end of a single command.")