aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii2024-10-27 08:23:06 -0400
committerEli Zaretskii2024-10-27 08:23:06 -0400
commitaeaeccbe3219c655b091fa3867c87b02b6289a1b (patch)
tree2a685cfbffd88b9ec0d44583c661984abfdeaf76 /admin
parentc5b410d6120b62f14664cb06715689b6a0505ca5 (diff)
parentc78b4d2b31d9b763aa506d8498f70b3e651bbbf5 (diff)
downloademacs-aeaeccbe3219c655b091fa3867c87b02b6289a1b.tar.gz
emacs-aeaeccbe3219c655b091fa3867c87b02b6289a1b.zip
Merge from origin/emacs-30
c78b4d2b31d Fix doc string of 'wdired-use-dired-vertical-movement' b0aaee93fde Update the documentation of void functions 299a1f24075 ; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar... 67a27ff53bf ; Fix typos
Diffstat (limited to 'admin')
-rw-r--r--admin/codespell/codespell.exclude5
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)