Function: ConTeXt-section-title

ConTeXt-section-title is a byte-compiled function defined in context.el.

Signature

(ConTeXt-section-title)

Documentation

Hook to prompt for ConTeXt section title.

Insert this hook into ConTeXt-(un)numbered-section-hook to allow the user to change the title of the section inserted with
`M-x ConTeXt-section (ConTeXt-section).

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/context.el
(defun ConTeXt-section-title ()
  "Hook to prompt for ConTeXt section title.
Insert this hook into `ConTeXt-(un)numbered-section-hook' to
allow the user to change the title of the section inserted with
`\\[ConTeXt-section]."
  (setq ConTeXt-title (TeX-read-string "What title: ")))