diff options
| author | Stefan Kangas | 2024-10-27 07:49:32 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-10-27 07:49:32 +0100 |
| commit | 67a27ff53bf0f8473cb6b58ad85298e066b8def4 (patch) | |
| tree | d907d6b3751d5bdc8ac8d0295a4937e79d2da3ad /admin/codespell/codespell.exclude | |
| parent | bd2b064438601271549c137c53e301ae4ebabd55 (diff) | |
| download | emacs-67a27ff53bf0f8473cb6b58ad85298e066b8def4.tar.gz emacs-67a27ff53bf0f8473cb6b58ad85298e066b8def4.zip | |
; Fix typos
Diffstat (limited to 'admin/codespell/codespell.exclude')
| -rw-r--r-- | admin/codespell/codespell.exclude | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/codespell/codespell.exclude b/admin/codespell/codespell.exclude index 1dc4fb8f014..f4c67ae83e8 100644 --- a/admin/codespell/codespell.exclude +++ b/admin/codespell/codespell.exclude | |||
| @@ -1701,8 +1701,6 @@ Timo Savola, Jorgen Sch@"afer, Holger Schauer, William Schelter, Ralph | |||
| 1701 | 5b34fc07085 * lisp/treesit.el (treesit-node-at): Update docstring (bu... | 1701 | 5b34fc07085 * lisp/treesit.el (treesit-node-at): Update docstring (bu... |
| 1702 | 5cf1de683b2 Fix python-fill-paragraph problems on filling strings (bu... | 1702 | 5cf1de683b2 Fix python-fill-paragraph problems on filling strings (bu... |
| 1703 | 7678b7e46f2 Eglot: check server capability before sending didSave (bu... | 1703 | 7678b7e46f2 Eglot: check server capability before sending didSave (bu... |
| 1704 | 7678b7e46f2 Eglot: check server capability before sending didSave (bu... | ||
| 1705 | 9ac12592781 Fix display of menu-bar bindings of commands in *Help* bu... | ||
| 1706 | 9ac12592781 Fix display of menu-bar bindings of commands in *Help* bu... | 1704 | 9ac12592781 Fix display of menu-bar bindings of commands in *Help* bu... |
| 1707 | 9e105d483fa Fix c-ts-mode indentation for statement after preproc (bu... | 1705 | 9e105d483fa Fix c-ts-mode indentation for statement after preproc (bu... |
| 1708 | When running emacs in a terminal (or at least, in iTerm), keys are not | 1706 | When running emacs in a terminal (or at least, in iTerm), keys are not |
| @@ -1736,7 +1734,6 @@ Timo Savola, Jorgen Sch@"afer, Holger Schauer, William Schelter, Ralph | |||
| 1736 | ed3bab3cc72 Revert 'forward-sentence-default-function' to return poin... | 1734 | ed3bab3cc72 Revert 'forward-sentence-default-function' to return poin... |
| 1737 | b3e930d328e Revert inadvertent change to lisp/icomplete.el in previou... | 1735 | b3e930d328e Revert inadvertent change to lisp/icomplete.el in previou... |
| 1738 | 973c1d24c6a ruby-ts-mode: Also don't reindent 'identifier' when insid... | 1736 | 973c1d24c6a ruby-ts-mode: Also don't reindent 'identifier' when insid... |
| 1739 | 973c1d24c6a ruby-ts-mode: Also don't reindent 'identifier' when insid... | ||
| 1740 | e444115d026 Improve keymap-global-set and keymap-local-set interactiv... | 1737 | e444115d026 Improve keymap-global-set and keymap-local-set interactiv... |
| 1741 | 8e9783b4ce4 Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible wit... | 1738 | 8e9783b4ce4 Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible wit... |
| 1742 | f12f72b0e09 ; * lisp/simple.el (primitive-undo): Clarify error messag... | 1739 | f12f72b0e09 ; * lisp/simple.el (primitive-undo): Clarify error messag... |
| @@ -1744,3 +1741,5 @@ Timo Savola, Jorgen Sch@"afer, Holger Schauer, William Schelter, Ralph | |||
| 1744 | b211a63455c Make tab-bar-tab-group-format-function also handle curren... | 1741 | b211a63455c Make tab-bar-tab-group-format-function also handle curren... |
| 1745 | a3c310c11a Create new "use-package" themse and use it for :custom wit... | 1742 | a3c310c11a Create new "use-package" themse and use it for :custom wit... |
| 1746 | 2a85d81c47 Add support for gathering statistics on use-package declar... | 1743 | 2a85d81c47 Add support for gathering statistics on use-package declar... |
| 1744 | (let* ((nam (buffer-substring (match-beginning 2) (match-end 2))) | ||
| 1745 | (setq nmlst (cons nam nmlst) | ||