Module Ecaml__.Help

val describe_function : Ecaml.Symbol.t -> unit

(describe-function 'describe-function).

val describe_function_text : ?⁠obscure_symbol:bool -> Ecaml.Symbol.t -> string

~obscure_symbol:true is primarily used for testing, when the symbol is a gensym.

val describe_variable : Ecaml.Symbol.t -> unit

(describe-function 'describe-variable).

val describe_variable_text : Ecaml.Symbol.t -> string
val describe_minor_mode : Ecaml.Symbol.t -> unit

(describe-function 'describe-minor-mode).

val describe_minor_mode_text : Ecaml.Symbol.t -> string
val where_is : Ecaml.Symbol.t -> Ecaml.Key_sequence.t option

Return the key sequence bound to the given function. If multiple sequences are bound to the given function, return the shortest.

(describe-function 'where-is-internal)

val where_is_string : Ecaml.Symbol.t -> string