package ecaml

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

Module Point.Property_searchSource

Search for text properties in the current buffer.

(find-library 'text-property-search)

Sourcemodule Match : sig ... end
Sourcemodule Which : sig ... end
Sourceval forward : 'a Text.Property_name.t -> which:'a Which.t -> 'a Match.t option

(describe-function 'text-property-search-forward)

If a match is found, moves point to the end of the match.