]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/README: Document the run-codespell script.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 20 Jan 2024 20:03:12 +0000 (21:03 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:06:17 +0000 (21:06 +0100)
(cherry picked from commit 557ed9c04634aaacaafb9bf3066d33b1644912ac)

admin/README

index 0afacee5f2f61ca46b07558600d07eac01ca6552..419039b4fbab08dafff21354378c3139473c9e04 100644 (file)
@@ -39,6 +39,11 @@ Build Emacs in various ways.
 
 Install emacs quickly ("incrementally").
 
+** run-codespell
+
+Run the codespell tool on the Emacs sources.  Requires codespell to be
+installed first.
+
 ** alloc-colors.c
 
 A utility program that allocates a given number of colors on X.  Can
@@ -66,6 +71,7 @@ coccinelle            semantic patches for use with the static code
                        minor changes in Emacs internals in multiple
                        places, they are trivial for copyright
                        purposes.
+codespell              supporting files for the run-codespell script.
 grammars               wisent and bovine grammars, used to produce
                        files in lisp/cedet/.
 notes                  miscellaneous notes related to administrative