Module Ecaml.Help
Emacs "online" help.
(Info-goto-node "(emacs)Help")
val describe_function : Symbol.t -> unit(describe-function 'describe-function).
val describe_function_text : ?obscure_symbol:bool -> Symbol.t -> string~obscure_symbol:trueis primarily used for testing, when the symbol is a gensym.
val describe_variable : Symbol.t -> unit(describe-function 'describe-variable).
val describe_variable_text : Symbol.t -> stringval describe_minor_mode : Symbol.t -> unit(describe-function 'describe-minor-mode).
val describe_minor_mode_text : Symbol.t -> stringval where_is : Symbol.t -> Key_sequence.t optionReturn 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 : Symbol.t -> string