summaryrefslogtreecommitdiff
path: root/cider-selector.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-08 14:09:20 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-08 14:09:20 +0200
commitebec8911ca501b6311614756d299af103159c74d (patch)
treedf3c158d0ffb7702436203f760a0da2b133ff193 /cider-selector.el
parentc3f4d157079eff77f8c0291213a5af655622967a (diff)
Improve a docstring
Diffstat (limited to 'cider-selector.el')
-rw-r--r--cider-selector.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/cider-selector.el b/cider-selector.el
index 8c02d532..d2d925fb 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -44,7 +44,9 @@ Each element is a list (KEY DESCRIPTION FUNCTION).
DESCRIPTION is a one-line description of what the key selects.")
(defvar cider-selector-other-window nil
- "If non-nil use `switch-to-buffer-other-window'.")
+ "If non-nil use `switch-to-buffer-other-window'.
+Not meant to be set by users. It's used internally
+by `cider-selector'.")
(defun cider-selector--recently-visited-buffer (mode)
"Return the most recently visited buffer, deriving its `major-mode' from MODE.