package ecaml

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

Module Ecaml.Kill_ringSource

(Info-goto-node "(elisp)The Kill Ring")

Sourceval kill_ring : Text.t list Var.t

(describe-variable 'kill-ring)

Sourceval is_empty : unit -> bool
Sourceval kill_new : Text.t -> unit

(describe-function 'kill-new)

Sourceval current_kill_exn : unit -> Text.t

(describe-function 'current-kill)

See Current_buffer.yank for yanking from the kill ring.

OCaml

Innovation. Community. Security.