Variable: help-fns--activated-functions

help-fns--activated-functions is a variable defined in help-fns.el.gz.

Value

nil

Documentation

Internal variable let-bound to help functions that have triggered.

Help functions can check the contents of this list to see whether a specific previous help function has inserted something in the current help buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defvar help-fns--activated-functions nil
  "Internal variable let-bound to help functions that have triggered.
Help functions can check the contents of this list to see whether
a specific previous help function has inserted something in the
current help buffer.")