We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26e060 commit dc81709Copy full SHA for dc81709
README.md
@@ -130,18 +130,18 @@ An even better idea would be to force the use of spaces using
130
(something-else))
131
```
132
133
-* Note the "if" clause of an `if` form is a special argument, indent it
+* Note that the "then" clause of an `if` form is a special argument, indent it
134
by 4 spaces.
135
136
```el
137
;; good
138
(if something
139
- if-clause
+ then-clause
140
else-clause)
141
142
;; bad
143
144
145
146
147
0 commit comments