Function: nxml-mouse-show-direct-subheadings
nxml-mouse-show-direct-subheadings is an interactive and byte-compiled
function defined in nxml-outln.el.gz.
Signature
(nxml-mouse-show-direct-subheadings EVENT)
Documentation
Do the same as M-x nxml-show-direct-subheadings (nxml-show-direct-subheadings) from a mouse click.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/nxml-outln.el.gz
(defun nxml-mouse-show-direct-subheadings (event)
"Do the same as \\[nxml-show-direct-subheadings] from a mouse click."
(interactive "e")
(and (nxml-mouse-set-point event)
(nxml-show-direct-subheadings)))