Skip to content

Commit 6f071e8

Browse files
committed
Improve a docstring
1 parent f59191d commit 6f071e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clojure-mode.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,10 @@ This will skip over sexps that don't represent objects, so that ^hints and
15561556
;;
15571557
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15581558
(defcustom clojure-thread-all-but-last nil
1559-
"When true `cljr-thread-first-all' and `cljr-thread-last-all' don't thread the last expression."
1559+
"Non-nil means do not thread the last expression.
1560+
This means that `clojure-thread-first-all' and
1561+
`clojure-thread-last-all' not thread the deepest sexp inside the
1562+
current sexp."
15601563
:package-version '(clojure-mode . "5.4.0")
15611564
:safe #'booleanp
15621565
:type 'boolean)

0 commit comments

Comments
 (0)