From 7f02f9a0698cf5b2f3849ecf81804155d196542a Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 25 Mar 2015 12:32:15 +0000 Subject: Checkdoc --- sx-tab.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sx-tab.el b/sx-tab.el index 4f72513..399bc1b 100644 --- a/sx-tab.el +++ b/sx-tab.el @@ -40,7 +40,7 @@ "List of the names of all defined tabs.") (defun sx-tab-switch (tab) - "Switch to another question-list tab." + "Switch to another question-list TAB." (interactive (list (sx-completing-read "Switch to tab: " sx-tab--list @@ -91,11 +91,11 @@ respectively used to set the value of the variables `sx-question-list--refresh-function', and `sx-question-list--next-page-function'. -BODY is evaluated after activating the mode and setting these -variables, but before refreshing the display. - If OBSOLETE is non-nil, it should be a string indicating the tab -to use instead." +to use instead of this one. + +BODY is evaluated after activating the mode and setting these +variables, but before refreshing the display." (declare (indent 1) (debug t)) (let* ((name (downcase tab)) (buffer-variable -- cgit v1.2.3