aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer6
1 files changed, 5 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index 84cb2dc2..e306757c 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -142,7 +142,11 @@ RELEASE PREPARATION
* Run a spelling checker over the source code to catch errors in
variable names, strings, and comments.
- ispell -p ispell-words **/*.hh **/*.cc manual/* ChangeLog README* TODO
+ make spell
+
+ This uses cspell. Install with `npm install -g cspell`. The output
+ of cspell is suitable for use with `M-x grep` in emacs. Add
+ exceptions to cSpell.json.
* If needed, run large file and image comparison tests. Configure
options: