diff options
Diffstat (limited to 'lisp/erc/erc-speedbar.el')
-rw-r--r-- | lisp/erc/erc-speedbar.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el index a1bf32baa4d..6015a6ac9fb 100644 --- a/lisp/erc/erc-speedbar.el +++ b/lisp/erc/erc-speedbar.el @@ -48,9 +48,9 @@ (defcustom erc-speedbar-sort-users-type 'activity "How channel nicknames are sorted. -'activity - Sort users by channel activity -'alphabetical - Sort users alphabetically -nil - Do not sort users" +`activity' - Sort users by channel activity +`alphabetical' - Sort users alphabetically +nil - Do not sort users" :group 'erc-speedbar :type '(choice (const :tag "Sort users by channel activity" activity) (const :tag "Sort users alphabetically" alphabetical) @@ -364,4 +364,3 @@ The INDENT level is ignored." ;; indent-tabs-mode: t ;; tab-width: 8 ;; End: - |