Variable: hui:copy-message-length

hui:copy-message-length is a customizable variable defined in hui.el.

Value

40

Documentation

Maximum character length of the message displayed after copying text.

Set to 0 for no message.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hui.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defcustom hui:copy-message-length 40
  "Maximum character length of the message displayed after copying text.
Set to 0 for no message."
  :type 'integer
  :group 'hyperbole-buttons)