aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-02 00:52:25 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-02 00:52:25 +0000
commit5fbfe0929d2d9f3e0747679db8add0d61a2184a4 (patch)
tree1358dc970736ec1c44296842b7b6efa30987023f
parent34cdd0f1f21c99914d58b0acea26c848ff8aa67c (diff)
Fix doc
-rw-r--r--sx-interaction.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index 3f8242c..1a773f4 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -202,9 +202,7 @@ OBJECT can be a question or an answer."
(defun sx-answer (data)
"Start composing an answer for question given by DATA.
DATA is a question alist. Interactively, it is guessed from
-context at point.
-
-TEXT is a string. Interactively, it is read from the minibufer."
+context at point. "
;; Answering doesn't really make sense from anywhere other than
;; inside a question. So we don't need `sx--data-here' here.
(interactive (list sx-question-mode--data))