Function: rst-toc-mode-mouse-follow-link-kill

rst-toc-mode-mouse-follow-link-kill is an interactive and byte-compiled function defined in rst.el.gz.

Signature

(rst-toc-mode-mouse-follow-link-kill EVENT)

Documentation

Same as rst-toc-mouse-follow-link, but kill TOC buffer as well.

EVENT is the input event.

Key Bindings

Aliases

rst-toc-mode-mouse-goto-kill

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defun rst-toc-mode-mouse-follow-link-kill (event)
  ;; testcover: uncovered.
  "Same as `rst-toc-mouse-follow-link', but kill TOC buffer as well.
EVENT is the input event."
  (interactive "e")
  (rst-toc-mouse-follow-link event t))