package ecaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ecaml.HelpSource

Emacs "online" help.

(Info-goto-node "(emacs)Help")

Sourceval describe_function : Symbol.t -> unit

(describe-function 'describe-function).

Sourceval describe_function_text : ?obscure_symbol:bool -> Symbol.t -> string

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

Sourceval describe_key : Key_sequence.t -> unit

(describe-function 'describe-key).

Sourceval describe_key_text : Key_sequence.t -> string
Sourceval describe_variable : Symbol.t -> unit

(describe-function 'describe-variable).

Sourceval describe_variable_text : Symbol.t -> string
Sourceval describe_minor_mode : Symbol.t -> unit

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

Sourceval describe_minor_mode_text : Symbol.t -> string
Sourceval where_is : Symbol.t -> 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)

Sourceval where_is_string : Symbol.t -> string
OCaml

Innovation. Community. Security.