Function: term-send-eof
term-send-eof is an interactive and byte-compiled function defined in
term.el.gz.
Signature
(term-send-eof)
Documentation
Send an EOF to the current buffer's process.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defun term-send-eof ()
"Send an EOF to the current buffer's process."
(interactive)
(process-send-eof))