package ecaml

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

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

val start : string Var.t

(describe-variable 'comment-start) (Info-goto-node "(emacs)Options for Comments")

val end_ : string Var.t

(describe-variable 'comment-end) (Info-goto-node "(emacs)Options for Comments")

val multi_line : bool Var.t

(describe-variable 'comment-multi-line) (Info-goto-node "(emacs)Options for Comments")

val set_current_buffer_options : start:string -> end_:string -> is_multi_line:bool -> unit