Skip to content

Commit a14671e

Browse files
committed
[Docs] Add a note about comment semantics
1 parent 5cdf7af commit a14671e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ You can change this behaviour like this:
258258
You might also want to change `comment-add` to 0 in that way, so that Emacs comment
259259
functions (e.g. `comment-region`) would use `;` by default instead of `;;`.
260260

261+
**Note:** Check out [this section](https://guide.clojure.style/#comments) of the Clojure style guide to understand better the semantics of the different comment levels and why `clojure-mode` treats them differently by default.
262+
261263
### Vertical alignment
262264

263265
You can vertically align sexps with `C-c SPC`. For instance, typing

0 commit comments

Comments
 (0)