Function: rng-make-choice
rng-make-choice is a byte-compiled function defined in
rng-pttrn.el.gz.
Signature
(rng-make-choice PATTERNS)
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/rng-pttrn.el.gz
(defun rng-make-choice (patterns)
(cons 'choice patterns))