diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 12:11:30 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 12:11:30 -0500 |
commit | 89a260220c60877c0766cbe79043ecb4dd1fa5f4 (patch) | |
tree | 92b644cad6c60f0fdcb37c305732d15f7e6d3ea6 /sx-question-list.el | |
parent | 1e730aa1b56f5343629225f60ec9c04f4dc4b703 (diff) |
Fix #110
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index fbed4ea..ae2177a 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -33,7 +33,7 @@ ;;; Customization (defcustom sx-question-list-height 12 - "Height, in lines, of stack-mode's *question-list* buffer." + "Height, in lines, of SX's *question-list* buffer." :type 'integer :group 'sx-question-list) |