Function: ConTeXt-trailer-start

ConTeXt-trailer-start is a byte-compiled function defined in context.el.

Signature

(ConTeXt-trailer-start)

Documentation

Default start of trailer marker for ConTeXt documents.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-trailer-start ()
  "Default start of trailer marker for ConTeXt documents."
  (concat
   (regexp-quote TeX-esc)
   (ConTeXt-environment-stop-name)
   ConTeXt-text))