Function: hyperbole-demo

hyperbole-demo is an autoloaded, interactive and byte-compiled function defined in hui-mini.el.

Signature

(hyperbole-demo &optional ARG)

Documentation

Display the Hyperbole FAST-DEMO.

With a prefix ARG, display the older, more extensive "DEMO" file.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mini.el
;;;###autoload
(defun hyperbole-demo (&optional arg)
  "Display the Hyperbole FAST-DEMO.
With a prefix ARG, display the older, more extensive \"DEMO\" file."
  (interactive "P")
  (hypb:display-file-with-logo (if arg "DEMO" "FAST-DEMO")))