File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -278,18 +278,18 @@ multiple times.
278
278
279
279
WHICH is one of the following keywords identifying which connections to map
280
280
over.
281
- :any - Act the connection whose type matches the current- buffer.
281
+ :any - Act the connection whose type matches the current buffer.
282
282
:clj - Like :any, but signal a `user-error' in `clojurescript-mode' or if
283
283
there is no Clojure connection (use this for commands only
284
284
supported in Clojure).
285
285
:cljs - Like :clj, but demands a ClojureScript connection instead.
286
286
: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
288
288
FUNCTION twice.
289
289
290
290
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
293
293
connection but can be invoked from any buffer (like `cider-refresh' )."
294
294
(cl-labels ((err (msg) (user-error (concat " `%s' " msg) this-command)))
295
295
; ; :both in a clj or cljs buffer just means :any.
You can’t perform that action at this time.
0 commit comments