aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorStefan Kangas2024-06-07 23:42:42 +0200
committerStefan Kangas2024-06-07 23:51:18 +0200
commitbef514de4d3c88f60ad23115ec10f0ec064e9ae7 (patch)
tree4ab3ff00a4a9c1152125423ab96d7fde565f0132 /admin
parente99a821f978530b4c397f88de145ff7ba9d31040 (diff)
downloademacs-bef514de4d3c88f60ad23115ec10f0ec064e9ae7.tar.gz
emacs-bef514de4d3c88f60ad23115ec10f0ec064e9ae7.zip
; Fix typos
Diffstat (limited to 'admin')
-rw-r--r--admin/codespell/codespell.dictionary2
-rw-r--r--admin/codespell/codespell.exclude13
-rw-r--r--admin/codespell/codespell.ignore1
-rwxr-xr-xadmin/run-codespell2
4 files changed, 17 insertions, 1 deletions
diff --git a/admin/codespell/codespell.dictionary b/admin/codespell/codespell.dictionary
index b082a48fe99..59065fbf8e2 100644
--- a/admin/codespell/codespell.dictionary
+++ b/admin/codespell/codespell.dictionary
@@ -6,9 +6,9 @@ defalises->defaliases
6ecmacs->emacs 6ecmacs->emacs
7ehsell->eshell 7ehsell->eshell
8emcs->emacs 8emcs->emacs
9file-writeable-p->file-writable-p
9finis->finish 10finis->finish
10firs->first 11firs->first
11file-writeable-p->file-writable-p
12hep->help 12hep->help
13least-favourite->least-favorite 13least-favourite->least-favorite
14lien->line 14lien->line
diff --git a/admin/codespell/codespell.exclude b/admin/codespell/codespell.exclude
index 6413a73701b..0fe6e0ea8f8 100644
--- a/admin/codespell/codespell.exclude
+++ b/admin/codespell/codespell.exclude
@@ -1585,3 +1585,16 @@ VERY VERY LONG STRIN | VERY VERY LONG STRIN
1585.UE . 1585.UE .
1586 (0.03 ":bob!~u@euegh6mj3y8r2.irc PRIVMSG #chan :alice: See, by good hap, yonder's my lord; I have sweat to see his honour.") 1586 (0.03 ":bob!~u@euegh6mj3y8r2.irc PRIVMSG #chan :alice: See, by good hap, yonder's my lord; I have sweat to see his honour.")
1587 (0.05 ":bob!~u@euegh6mj3y8r2.irc PRIVMSG #chan :alice: But, in defence, by mercy, 'tis most just.") 1587 (0.05 ":bob!~u@euegh6mj3y8r2.irc PRIVMSG #chan :alice: But, in defence, by mercy, 'tis most just.")
1588 "n" "nu" "nul" "nulL" "nulll"
1589 rin=\E[%p1%dT, rmacs=\E[10m, rmso=\E[m, rmul=\E[m,
1590 (ede-load-project-file): Add new input DETECTIN.
1591(defun ede-load-project-file (dir &optional detectin rootreturn)
1592Optional DETECTIN is an autoload cons from `ede-detect-directory-for-project'
1593 (detect (or detectin (ede-directory-project-cons path)))
1594 ;; Postpone readin hook till we map
1595 ;; Don't make undo entries for readin.
1596 :nicky!uhuser@host212223.dialin.fnordisp.net PRIVMSG #lazybastards :Hello!
1597 (skipp (or (bound-and-true-p erc-stamp--display-margin-mode)
1598 (erc--msg-prop-overrides `(,@(and skipp `((erc--skip stamp)))
1599 ("\\.\\(flc\\|fli\\|rle\\|iff\\|pfx\\|avi\\|sme\\|rpza\\|dl\\|qt\\|rsrc\\|mov\\)$" "xanim")
1600 ("\\.sme$" "video/sme")
diff --git a/admin/codespell/codespell.ignore b/admin/codespell/codespell.ignore
index 34de02e969b..4f6135ca39a 100644
--- a/admin/codespell/codespell.ignore
+++ b/admin/codespell/codespell.ignore
@@ -6,6 +6,7 @@ ans
6bloc 6bloc
7blocs 7blocs
8callint 8callint
9checkin
9clen 10clen
10crossreference 11crossreference
11crossreferences 12crossreferences
diff --git a/admin/run-codespell b/admin/run-codespell
index 991b72073b2..c61bd47d451 100755
--- a/admin/run-codespell
+++ b/admin/run-codespell
@@ -43,6 +43,7 @@ emacs_run_codespell ()
43 grep -v -E -e '^(lib|m4)/.*' |\ 43 grep -v -E -e '^(lib|m4)/.*' |\
44 grep -v -E -e '^admin/(charsets|codespell|unidata)/.*' |\ 44 grep -v -E -e '^admin/(charsets|codespell|unidata)/.*' |\
45 grep -v -E -e '^doc/misc/texinfo.tex$' |\ 45 grep -v -E -e '^doc/misc/texinfo.tex$' |\
46 grep -v -E -e '^doc/translations/.*' |\
46 grep -v -E -e '^etc/(AUTHORS|HELLO|publicsuffix.txt)$' |\ 47 grep -v -E -e '^etc/(AUTHORS|HELLO|publicsuffix.txt)$' |\
47 grep -v -E -e '^etc/refcards/(cs|de|fr|pl|pt|sk)-.+.tex$' |\ 48 grep -v -E -e '^etc/refcards/(cs|de|fr|pl|pt|sk)-.+.tex$' |\
48 grep -v -E -e '^etc/tutorials/TUTORIAL\..+' |\ 49 grep -v -E -e '^etc/tutorials/TUTORIAL\..+' |\
@@ -50,6 +51,7 @@ emacs_run_codespell ()
50 grep -v -E -e '^lisp/language/ethio-util.el' |\ 51 grep -v -E -e '^lisp/language/ethio-util.el' |\
51 grep -v -E -e '^lisp/ldefs-boot.el' |\ 52 grep -v -E -e '^lisp/ldefs-boot.el' |\
52 grep -v -E -e '^lisp/leim/.*' |\ 53 grep -v -E -e '^lisp/leim/.*' |\
54 grep -v -E -e '^test/lisp/erc/resources/.*' |\
53 grep -v -E -e '^test/lisp/net/puny-resources/IdnaTestV2.txt' |\ 55 grep -v -E -e '^test/lisp/net/puny-resources/IdnaTestV2.txt' |\
54 grep -v -E -e '^test/manual/(etags|indent)/.*' |\ 56 grep -v -E -e '^test/manual/(etags|indent)/.*' |\
55 grep -v -E -e '^test/src/regex-resources/.*' |\ 57 grep -v -E -e '^test/src/regex-resources/.*' |\