Skip to content

Commit 5122def

Browse files
committed
Fix a docstring
1 parent 22ce5d5 commit 5122def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,8 @@ return point."
857857

858858
(defun clojure-align (beg end)
859859
"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.
860+
If region is active, align it. Otherwise, align everything in the
861+
current \"top-level\" sexp.
862862
When called from lisp code align everything between BEG and END."
863863
(interactive (if (use-region-p)
864864
(list (region-beginning) (region-end))

0 commit comments

Comments
 (0)