Module Ecaml__Major_mode_intf
Major modes specialize Emacs for editing particular kinds of text. Each buffer has only one major mode at a time.
(Info-goto-node "(elisp)Major Modes")
module Hook = Ecaml__.Hook0
module type S = sig ... end
module type Major_mode = sig ... end