package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val symbol_prefix : t
val elisp_name : string

Name of this module.

val all_commands : Symbol.t list Core.Lazy.t

All commands for which symbol_prefix is a prefix.

N.B. This includes symbols interned with extensions of symbol_prefix.

val symbol : string -> Symbol.t

Interns a new symbol prefixed with symbol_prefix.

It is an error to call symbol after forcing all_commands.

val prefixed_symbol_name : string -> string

prefixed_symbol_name s is the name of the symbol that symbol s would intern.