emacs/admin/codespell
Eli Zaretskii 6016967e85 Merge from origin/emacs-30
67903f5909 Restore the old behavior of `bookmark-write-file'
062da7003f ; Improve prompts and error messages in 'info-look'
52dc01f1c8 ; * admin/admin.el (set-version): Note about Android.
fb282da2a0 Avoid double spaces around abbrevations in Texinfo
bc1ab8ac3d ; * doc/emacs/custom.texi (Init Rebinding): Fix spacing.
b41ef43af1 ; Fix previous change
5638b1d6bd Ispell: Use "personal dictionary" terminology consistently
cc791e7499 ; Check man pages for mistakes less frequently
4ed4792e3b ; * admin/release-process: Minor copy-edits.
4a867c823b Add language server "ruff server" for Python
9e687c2871 Fix go-ts-mode type declaration indentation (Bug#75785)
f751b3afa4 ; Minor improvements for doc strings in map.el
cda78edc7d ; Fix typos
ce50a1d3c1 ; * src/w32.c (w32_memory_info): Fix coding style of last...
58d3d4820a Fix bug in w32_memory_info
7738641205 Avoid crashes in redisplay due to problematic font setups
0e3687e600 Improve 'key-valid-p' docstring
9878092d2b Minor copyedits in internals.texi
4726900fdc Better document side-effect free and pure C functions
04c475a39f ; Fix documentation about faces of tool-tip text

# Conflicts:
#	admin/codespell/codespell.exclude
2025-01-25 10:06:19 -05:00
..
codespell.dictionary ; Fix typos 2024-06-16 22:38:26 +02:00
codespell.exclude Merge from origin/emacs-30 2025-01-25 10:06:19 -05:00
codespell.ignore ; Fix typos 2024-08-29 00:17:10 +02:00
codespell.rc
README

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.