Skip to content

Commit fd67f64

Browse files
committed
Add a note about using clojure-update-ns in conjunction with ns caching
1 parent e9da879 commit fd67f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clojure-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,8 @@ content) are considered part of the preceding sexp."
18251825
Note that this won't work well in buffers with multiple namespace
18261826
declarations (which rarely occur in practice) and you'll
18271827
have to invalidate this manually after changing the ns for
1828-
a buffer."
1828+
a buffer. If you update the ns using `clojure-update-ns'
1829+
the cached value will be updated automatically."
18291830
:type 'boolean
18301831
:safe #'booleanp
18311832
:package-version '(clojure-mode . "5.8.0"))

0 commit comments

Comments
 (0)