Function: semantic-analyze-unsplit-name
semantic-analyze-unsplit-name is a byte-compiled function defined in
fcn.el.gz.
Signature
(semantic-analyze-unsplit-name NAMELIST)
Documentation
Assemble a NAMELIST into a string representing a compound name.
Return the string representing the compound name.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/analyze/fcn.el.gz
(define-overloadable-function semantic-analyze-unsplit-name (namelist)
"Assemble a NAMELIST into a string representing a compound name.
Return the string representing the compound name.")