Variable: ibut:label-separator

ibut:label-separator is a variable defined in hbut.el.

Value

" - "

Documentation

Default separator string inserted between implicit button name and its text.

See also ibut:label-separator-regexp for all valid characters that may be inserted manually to separate an implicit button label from its text.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defvar   ibut:label-separator " - "
  "Default separator string inserted between implicit button name and its text.

See also `ibut:label-separator-regexp' for all valid characters that may be
inserted manually to separate an implicit button label from its text.")