aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index e306757c..40a3f949 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -142,7 +142,7 @@ RELEASE PREPARATION
* Run a spelling checker over the source code to catch errors in
variable names, strings, and comments.
- make spell
+ make spell CLEAN=1
This uses cspell. Install with `npm install -g cspell`. The output
of cspell is suitable for use with `M-x grep` in emacs. Add