Variable: hbut:max-len

hbut:max-len is a variable defined in hbut.el.

Value

200

Documentation

Maximum length of a Hyperbole button label.

If 0, there is no limit and searches for button end delimiters can go as far as the end of the buffer.

Use the function, (hbut:max-len), to read the proper value.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defconst hbut:max-len 200
  "Maximum length of a Hyperbole button label.
If 0, there is no limit and searches for button end delimiters can go
as far as the end of the buffer.

Use the function, (hbut:max-len), to read the proper value.")