Module Ecaml__Customization.Group
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Ecaml__.Import.Valueable.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val type_ : t type_
val t : t type_
val emacs : t
val ecaml : t
val defgroup : string -> Core_kernel.Source_code_position.t -> docstring:string -> parents:t list -> t
Define a new customization group.
(describe-function 'defgroup)
(Info-goto-node "(elisp)Group Definitions")
val of_string : string -> t
Reference an already-existing customization group.
val to_string : t -> string
val to_symbol : t -> Ecaml.Symbol.t