Function: texinfo-format-begin-end

texinfo-format-begin-end is a byte-compiled function defined in texinfmt.el.gz.

Signature

(texinfo-format-begin-end PROP)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-format-begin-end (prop)
  (setq texinfo-command-name (intern (texinfo-parse-line-arg)))
  (let ((cmd (get texinfo-command-name prop)))
    (if cmd (funcall cmd)
      (texinfo-unsupported))))