Variable: which-func-functions
which-func-functions is a variable defined in which-func.el.gz.
Value
nil
Documentation
List of functions for which-function to call with no arguments.
It calls them sequentially, and if any returns non-nil,
which-function uses that name and stops looking for the name.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/which-func.el.gz
(defvar which-func-functions nil
"List of functions for `which-function' to call with no arguments.
It calls them sequentially, and if any returns non-nil,
`which-function' uses that name and stops looking for the name.")