diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-20 17:04:20 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-20 17:04:20 -0200 |
commit | fb52d842299e1826915bcae5c6fbb6e0e1f617ec (patch) | |
tree | 670a96e1b9d9bbdb92f74e8072237c069c0ca2ed | |
parent | 72cdd44dbfe6266f33471012091b58f85d5b7d88 (diff) |
whitespace
-rw-r--r-- | sx-interaction.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-interaction.el b/sx-interaction.el index 2b41b35..ea494eb 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -152,7 +152,7 @@ Element can be a question, answer, or comment." "Display question given by DATA, on WINDOW. When DATA is nil, display question under point. When FOCUS is non-nil (the default when called interactively), also focus the -relevant window. +relevant window. If WINDOW nil, the window is decided by `sx-question-mode-display-buffer-function'." @@ -260,13 +260,13 @@ TEXT is a string. Interactively, it is read from the minibufer." (defun sx--get-post (type site id) "Find in the database a post identified by TYPE, SITE and ID. -TYPE is `question' or `answer'. +TYPE is `question' or `answer'. SITE is a string. ID is an integer." (let ((db (cons sx-question-mode--data sx-question-list--dataset))) (setq db - (cond + (cond ((string= type "question") db) ((string= type "answer") (apply #'cl-map 'list #'identity |