Function: rst-Hdr-ado-map

rst-Hdr-ado-map is a byte-compiled function defined in rst.el.gz.

Signature

(rst-Hdr-ado-map SELVES)

Documentation

Return rst-Ado list extracted from elements of SELVES.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defun rst-Hdr-ado-map (selves)
  ;; testcover: ok.
  "Return `rst-Ado' list extracted from elements of SELVES."
  (mapcar #'rst-Hdr-ado selves))