Function: doctor-read-print
doctor-read-print is an interactive and byte-compiled function defined
in doctor.el.gz.
Signature
(doctor-read-print)
Documentation
Top level loop.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/doctor.el.gz
(defun doctor-read-print ()
"Top level loop."
(interactive nil doctor-mode)
(setq doctor-sent (doctor-readin))
(insert "\n")
(setq doctor--lincount (1+ doctor--lincount))
(doctor-doc)
(insert "\n")
(setq doctor--bak doctor-sent))