diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-25 12:32:15 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-25 12:32:15 +0000 |
commit | 7f02f9a0698cf5b2f3849ecf81804155d196542a (patch) | |
tree | b4052f4f7d4487a48f7ef8d4ff9761d6ebad7d90 | |
parent | c9bb828c546150380b38d71d89a24d130941a3ac (diff) |
Checkdoc
-rw-r--r-- | sx-tab.el | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |