Function: Man-kill

Man-kill is an interactive and byte-compiled function defined in man.el.gz.

Signature

(Man-kill)

Documentation

Kill the buffer containing the manpage.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defun Man-kill ()
  "Kill the buffer containing the manpage."
  (interactive nil man-common)
  (quit-window t))