aboutsummaryrefslogtreecommitdiff
path: root/sx-tab.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-tab.el')
-rw-r--r--sx-tab.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/sx-tab.el b/sx-tab.el
index 702ff05..4f72513 100644
--- a/sx-tab.el
+++ b/sx-tab.el
@@ -65,13 +65,15 @@ Possible values are the cdrs of `sx-tab--order-methods'."
:key #'cdr)))
:group 'sx-question-list)
-(defconst sx-tab--docstring-format
- "Display a list of %s questions for SITE.
+(eval-and-compile
+ (defconst sx-tab--docstring-format
+ "Display a list of %s questions for SITE.
The variable `sx-tab-default-order' can be used to customize the
sorting of the resulting list.
NO-UPDATE (the prefix arg) is passed to `sx-question-list-refresh'.
-If SITE is nil, use `sx-default-site'.")
+If SITE is nil, use `sx-default-site'."
+ "Format used on the docstring of `sx-tab-*' commands."))
;;; The main macro