Variable: helpful--first-display

helpful--first-display is a buffer-local variable defined in helpful.el.

Documentation

Whether this is the first time this results buffer has been displayed.

Nil means that we're refreshing, so we don't want to clobber any settings changed by the user.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defvar-local helpful--first-display t
  "Whether this is the first time this results buffer has been
displayed.

Nil means that we're refreshing, so we don't want to clobber any
settings changed by the user.")