Function: doctor-txtype

doctor-txtype is a byte-compiled function defined in doctor.el.gz.

Signature

(doctor-txtype ANS)

Documentation

Output to buffer a list of symbols or strings as a sentence.

Source Code

;; Defined in /usr/src/emacs/lisp/play/doctor.el.gz
;; Output of replies.

(defun doctor-txtype (ans)
  "Output to buffer a list of symbols or strings as a sentence."
  (setq doctor--*print-upcase* t doctor--*print-space* nil)
  (mapc 'doctor-type-symbol ans)
  (insert "\n"))