We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ce5d5 commit 5122defCopy full SHA for 5122def
clojure-mode.el
@@ -857,8 +857,8 @@ return point."
857
858
(defun clojure-align (beg end)
859
"Vertically align the contents of the sexp around point.
860
-If region is active, align it. Otherwise, align everything in the
861
-current top-level sexp.
+If region is active, align it. Otherwise, align everything in the
+current \"top-level\" sexp.
862
When called from lisp code align everything between BEG and END."
863
(interactive (if (use-region-p)
864
(list (region-beginning) (region-end))
0 commit comments