From c9bb828c546150380b38d71d89a24d130941a3ac Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 25 Mar 2015 12:32:09 +0000 Subject: Fix macro expansion --- sx-tab.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sx-tab.el') 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 -- cgit v1.2.3