Function: frameset-app
frameset-app is a byte-compiled function defined in frameset.el.gz.
Signature
(frameset-app FRAMESET)
Documentation
Return the application identifier for FRAMESET.
The value is either a symbol, like my-app, or a list
(my-app ADDITIONAL-DATA...).
Source Code
;; Defined in /usr/src/emacs/lisp/frameset.el.gz
(put 'frameset-app 'function-documentation
"Return the application identifier for FRAMESET.\n
The value is either a symbol, like `my-app', or a list
\(my-app ADDITIONAL-DATA...).\n\n(fn FRAMESET)")