Skip to content

Commit 7021115

Browse files
committed
Fix a docstring
1 parent 3eb6ffc commit 7021115

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cider-client.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,18 +278,18 @@ multiple times.
278278
279279
WHICH is one of the following keywords identifying which connections to map
280280
over.
281-
:any - Act the connection whose type matches the current-buffer.
281+
:any - Act the connection whose type matches the current buffer.
282282
:clj - Like :any, but signal a `user-error' in `clojurescript-mode' or if
283283
there is no Clojure connection (use this for commands only
284284
supported in Clojure).
285285
:cljs - Like :clj, but demands a ClojureScript connection instead.
286286
:both - In `clojurec-mode' or `clojurex-mode' act on both connections,
287-
otherwise function like :any. Obviously, this option might run
287+
otherwise function like :any. Obviously, this option might run
288288
FUNCTION twice.
289289
290290
If ANY-MODE is non-nil, :clj and :cljs don't signal errors due to being in
291-
the wrong major-mode (they still signal if the desired connection type
292-
doesn't exist). Use this for commands that only apply to a specific
291+
the wrong major mode (they still signal if the desired connection type
292+
doesn't exist). Use this for commands that only apply to a specific
293293
connection but can be invoked from any buffer (like `cider-refresh')."
294294
(cl-labels ((err (msg) (user-error (concat "`%s' " msg) this-command)))
295295
;; :both in a clj or cljs buffer just means :any.

0 commit comments

Comments
 (0)