Module Ecaml__Buffer_local_intf

A buffer-local is a variable that can have a different value associated with each buffer.

Buffer_local is like Var, with the additional guarantee that the variable is buffer local.

Where a module defines a type t and a value of type t Buffer_local.t, the conventional name for that value is in_buffer.

(Info-goto-node "(elisp)Buffer-Local Variables").

module type Defvar_embedded_arg = sig ... end
module type Buffer_local = sig ... end