class type mode = object
.. end
method key_bindings : (Okey.keyhit_state * string) list
: (string * GToolbox.menu_entry list) list
method name : string
These methods are used to define replacements of some parts
of the contents of the file (in utf8) and the string displayed (in utf8).
method to_display : string -> string
method from_display : string -> string
method set_to_display : (string -> string) -> unit
method set_from_display : (string -> string) -> unit
method word_re : string
Definition of a regexp describing characters of words.