Function: progress-reporter-text

progress-reporter-text is a byte-compiled function defined in subr.el.gz.

Signature

(progress-reporter-text REPORTER)

Documentation

Return REPORTER's text.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defun progress-reporter-text (reporter)
  "Return REPORTER's text."
  (aref (cdr reporter) 3))