Function: frameset-properties
frameset-properties is a byte-compiled function defined in
frameset.el.gz.
Signature
(frameset-properties FRAMESET)
Documentation
Return the property list of FRAMESET.
This list is useful to store both frameset-specific and user-defined
serializable data. The simplest way to access and modify it is
through frameset-prop (which see).
Source Code
;; Defined in /usr/src/emacs/lisp/frameset.el.gz
(put 'frameset-properties 'function-documentation
"Return the property list of FRAMESET.\n
This list is useful to store both frameset-specific and user-defined
serializable data. The simplest way to access and modify it is
through `frameset-prop' (which see).\n\n(fn FRAMESET)")