Function: rst-Ttl-get-end
rst-Ttl-get-end is a byte-compiled function defined in rst.el.gz.
Signature
(rst-Ttl-get-end SELF)
Documentation
Return position of end of whole SELF.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defun rst-Ttl-get-end (self)
;; testcover: ok.
"Return position of end of whole SELF."
(cl-check-type self rst-Ttl)
(nth 1 (rst-Ttl-match self)))