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