Function: doctor-go
doctor-go is a byte-compiled function defined in doctor.el.gz.
Signature
(doctor-go DESTINATION)
Documentation
Call a doctor-* function.
Source Code
;; Defined in /usr/src/emacs/lisp/play/doctor.el.gz
;; Functions that handle specific words or meanings when found.
(defun doctor-go (destination)
"Call a `doctor-*' function."
(funcall (intern (concat "doctor-" (doctor-make-string destination)))))