Function: doctor

doctor is an autoloaded, interactive and byte-compiled function defined in doctor.el.gz.

Signature

(doctor)

Documentation

Switch to *doctor* buffer and start giving psychotherapy.

View in manual

Probably introduced at or before Emacs version 17.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/doctor.el.gz
;;;###autoload
(defun doctor ()
  "Switch to *doctor* buffer and start giving psychotherapy."
  (interactive)
  (switch-to-buffer "*doctor*")
  (doctor-mode))