Function: rst-Hdr-get-char
rst-Hdr-get-char is a byte-compiled function defined in rst.el.gz.
Signature
(rst-Hdr-get-char SELF)
Documentation
Return character of the adornment of SELF.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defun rst-Hdr-get-char (self)
;; testcover: ok.
"Return character of the adornment of SELF."
(cl-check-type self rst-Hdr)
(rst-Ado-char (rst-Hdr-ado self)))