Module Symbol.Property
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val create : symbol -> 'a Ecaml__.Import0.Value.Type.t -> 'a tCreate a property named by the given symbol.
val function_documentation : Ecaml__.Import0.Value.t tAccording to
(Info-goto-node "(elisp)Documentation Basics"), there are two places where one can put a documentation string:1. in the lambda after the arg list, or 2. in the function symbol's function-documentation property
Most functions use (1), but some use (2), e.g. a
defaliaslikeabbrev-getor an advised function likenext-error.
val variable_documentation : Ecaml__.Import0.Value.t t