Function: term-kill-subjob

term-kill-subjob is an interactive and byte-compiled function defined in term.el.gz.

Signature

(term-kill-subjob)

Documentation

Send kill signal to the current subjob.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defun term-kill-subjob ()
  "Send kill signal to the current subjob."
  (interactive)
  (kill-process nil term-ptyp))