Variable: nxml-in-mixed-content-hook

nxml-in-mixed-content-hook is a variable defined in nxml-mode.el.gz.

Value

nil

Documentation

Hook to determine whether point is in mixed content.

The hook is called without arguments. It should return nil if it is definitely not mixed; non-nil otherwise. The hook will be run until one of the functions returns nil.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defvar nxml-in-mixed-content-hook nil
  "Hook to determine whether point is in mixed content.
The hook is called without arguments.  It should return nil if it is
definitely not mixed; non-nil otherwise.  The hook will be run until
one of the functions returns nil.")