summaryrefslogtreecommitdiff
path: root/admin/codespell/README
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-01 17:58:04 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-04-01 17:58:04 +0800
commit3af419ed0f0bf23320f8a7ac3479e2c50c353cde (patch)
treefa45f6aee9812f8684ca888823c89cdcc89e6ddb /admin/codespell/README
parent101801ca13632ae17b486f690701b9cb36868676 (diff)
parent87be53846bfbf5a6387cb5a40105bd0fc5b48b38 (diff)
downloademacs-3af419ed0f0bf23320f8a7ac3479e2c50c353cde.tar.gz
Merge upstream Git snapshot into athena/unstable
Diffstat (limited to 'admin/codespell/README')
-rw-r--r--admin/codespell/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/admin/codespell/README b/admin/codespell/README
new file mode 100644
index 00000000000..fcc5e3b41d0
--- /dev/null
+++ b/admin/codespell/README
@@ -0,0 +1,27 @@
+This directory contains supporting files for running codespell.
+See the ./admin/run-codespell script.
+
+codespell.dictionary
+
+ This file contains additional, Emacs-specific corrections. When
+ fixing typos in Emacs, consider adding them to this file.
+
+codespell.exclude
+
+ This file contains lines that are correct and should be ignored by
+ codespell. Add any false positives to this file.
+
+ The lines must match lines in the Emacs source tree exactly,
+ including any whitespace.
+
+codespell.ignore
+
+ This file contains any words that are correct in the context of
+ Emacs, or that we otherwise choose to ignore. Use your best
+ judgment when adding words to this file. Common typos that are
+ only correct in highly specific contexts should probably be in
+ codespell.exclude instead.
+
+codespell.rc
+
+ This file contains the Emacs specific codespell configuration.