aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-interaction.el2
-rw-r--r--sx-question-list.el2
-rw-r--r--sx-question-mode.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index 38efe5d..ed8891b 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -106,7 +106,7 @@ Only fields contained in TO are copied."
;;; Visiting
-(defun sx-visit (data &optional copy-as-kill)
+(defun sx-visit-externally (data &optional copy-as-kill)
"Visit DATA in a web browser.
DATA can be a question, answer, or comment. Interactively, it is
derived from point position.
diff --git a/sx-question-list.el b/sx-question-list.el
index 94b5be4..f6a82e2 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -317,7 +317,7 @@ into consideration.
(":" sx-question-list-switch-site)
("t" sx-question-list-switch-tab)
("a" sx-ask)
- ("v" sx-visit)
+ ("v" sx-visit-externally)
("u" sx-toggle-upvote)
("d" sx-toggle-downvote)
("h" sx-question-list-hide)
diff --git a/sx-question-mode.el b/sx-question-mode.el
index b376616..807eeea 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -224,7 +224,7 @@ Letters do not insert themselves; instead, they are commands.
("p" sx-question-mode-previous-section)
("g" sx-question-mode-refresh)
("c" sx-comment)
- ("v" sx-visit)
+ ("v" sx-visit-externally)
("u" sx-toggle-upvote)
("d" sx-toggle-downvote)
("q" quit-window)