Function: rng-strings-to-completion-table

rng-strings-to-completion-table is a byte-compiled function defined in rng-nxml.el.gz.

Signature

(rng-strings-to-completion-table STRINGS)

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-nxml.el.gz
(defun rng-strings-to-completion-table (strings)
  (mapcar #'rng-escape-string strings))