check terminology consistency
check for proper elispses, em-dashes
check for passive voice
check grammer and puctuation

*** Release checklist
	run all tests
		$ lein test :all
	re-generate api docs
		$ lein codox
	update release notes edn
		refer to
		$ hg incoming
	check html spelling
		$ aspell -H -c <filename>.html ;; (adjust spelling in .clj files while tapping i/I ignore)
	check html grammar
	bump version number
		in projects.clj
		in chagelog.edn
	create hg and git tag for release
	publish to clojars
		$ lein deploy clojars
		check cljdoc generation
	push to github
		from fn-in-publish
		$ hg pull ../fn-in
		$ cd fn-in
		$ hg update
		$ git commit -a
		$ git push -u origin main
			use blosavio, then GitHub classic token instead of pw
	run GitHub workflow that 'deploys static content to GitHub Pages'
	test loading and usage of new deployment
		lein repl
		fresh session of emacs CIDER