Skip to content

Commit

Permalink
Fix :type for the telega-palette-context-ignore-list
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed Feb 2, 2025
1 parent 3618a7b commit 06a428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telega-customize.el
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ cell of endings for the button with LABEL."

(defcustom telega-palette-context-ignore-list '(msg-header)
"List of `telega-palette-context' values to ignore."
:type '(list symbol)
:type '(repeat symbol)
:package-version '(telega . "0.8.292")
:group 'telega)

Expand Down

0 comments on commit 06a428f

Please sign in to comment.