Variable: help-buffer-under-preparation

help-buffer-under-preparation is a variable defined in help.el.gz.

Value

nil

Documentation

Whether a *Help* buffer is being prepared.

This variable is bound to t during the preparation of a *Help* buffer.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/help.el.gz
(defvar help-buffer-under-preparation nil
  "Whether a *Help* buffer is being prepared.
This variable is bound to t during the preparation of a *Help*
buffer.")