aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-question-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index a80704c..b2856e6 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -106,7 +106,7 @@ If WINDOW is given, use that to display the buffer."
(defcustom sx-question-mode-deleted-user
'((display_name . "(deleted user)"))
"The structure used to represent a deleted account."
- :type '(alist :options (display_name))
+ :type '(alist :options ((display_name string))
:risky t
:group 'sx-question-mode)