Skip to content

Commit 9c2f967

Browse files
committed
Tweak a few more changelog entries
1 parent 4ed6d60 commit 9c2f967

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### Bugs fixed
88

99
* Fix `clojure-align` when called from `clojure-ts-mode` major mode buffers.
10-
* [#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in `%` args. (e.g. `%10`).
10+
* [#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in `%` args. (e.g. `%10`)
1111
* [#680](https://github.com/clojure-emacs/clojure-mode/issues/680): Change syntax class of ASCII control characters to punctuation, fixing situations where carriage returns were being interpreted as symbols.
1212

1313
# Changes
@@ -40,14 +40,14 @@
4040

4141
### Bugs fixed
4242

43-
* [#656](https://github.com/clojure-emacs/clojure-mode/issues/656): Fix clojure-find-ns when ns form is preceded by other forms.
44-
* [#593](https://github.com/clojure-emacs/clojure-mode/issues/593): Fix clojure-find-ns when ns form is preceded by whitespace or inside comment form.
43+
* [#656](https://github.com/clojure-emacs/clojure-mode/issues/656): Fix `clojure-find-ns` when ns form is preceded by other forms.
44+
* [#593](https://github.com/clojure-emacs/clojure-mode/issues/593): Fix `clojure-find-ns` when ns form is preceded by whitespace or inside comment form.
4545

4646
## 5.16.2 (2023-08-23)
4747

4848
### Changes
4949

50-
* `clojure-find-ns`: add an option to never raise errors, returning nil instead on unparseable ns forms.
50+
* `clojure-find-ns`: add an option to never raise errors, returning `nil` instead on unparseable ns forms.
5151

5252
## 5.16.1 (2023-06-26)
5353

@@ -71,7 +71,7 @@
7171

7272
* [#581](https://github.com/clojure-emacs/clojure-mode/issues/581): Fix font locking not working for keywords starting with a number.
7373
* [#377](https://github.com/clojure-emacs/clojure-mode/issues/377): Fix everything starting with the prefix `def` being highlighted as a definition form. Now definition forms are enumerated explicitly in the font-locking code, like all other forms.
74-
* [#638](https://github.com/clojure-emacs/clojure-mode/pull/638): Fix imenu with Clojure code in string or comment.
74+
* [#638](https://github.com/clojure-emacs/clojure-mode/pull/638): Fix `imenu` with Clojure code in string or comment.
7575

7676
## 5.15.1 (2022-07-30)
7777

0 commit comments

Comments
 (0)