Function: nxml-mouse-hide-subheadings

nxml-mouse-hide-subheadings is an interactive and byte-compiled function defined in nxml-outln.el.gz.

Signature

(nxml-mouse-hide-subheadings EVENT)

Documentation

Do the same as M-x nxml-hide-subheadings (nxml-hide-subheadings) from a mouse click.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-outln.el.gz
(defun nxml-mouse-hide-subheadings (event)
  "Do the same as \\[nxml-hide-subheadings] from a mouse click."
  (interactive "e")
  (and (nxml-mouse-set-point event)
       (nxml-hide-subheadings)))