diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 10:54:26 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 10:54:26 -0500 |
commit | 57a784d6810ab19771db46d9339b73ab27240b87 (patch) | |
tree | c8ad0393d5fe7fa6bfffbd6cc6a8088cfa2efc25 /sx-interaction.el | |
parent | b87903a14b5b6da5b847ed64de34df00971cbb4a (diff) |
Fix bad docstring
Branch: search
Diffstat (limited to 'sx-interaction.el')
-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 d814485..be9d664 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -347,9 +347,9 @@ from context at point." (defun sx--maybe-site-prompt (arg) "Get a site token conditionally in an interactive context. -If PREFIX-ARG is non-nil, use `sx--interactive-site-prompt'. -Otherwise, use `sx-question-list--site' if non-nil. If nil, -use `sx--interactive-site-prompt' anyway." +If ARG is non-nil, use `sx--interactive-site-prompt'. +Otherwise, use `sx-question-list--site' if non-nil. +If nil, use `sx--interactive-site-prompt' anyway." ;; This could eventually be generalized into (sx--maybe-prompt ;; prefix-arg value-if-non-nil #'prompt-function). (if arg |