aboutsummaryrefslogtreecommitdiffstats
path: root/admin/codespell
diff options
context:
space:
mode:
authorEli Zaretskii2025-01-25 10:06:19 -0500
committerEli Zaretskii2025-01-25 10:06:19 -0500
commit6016967e858e12f07c3cf4ade35cddef7b91a0d4 (patch)
treeeafea5f10d6432b3de53dab534604193cafe98e8 /admin/codespell
parente8f173f0ba9327033781429ea9a1d99ff8d2f751 (diff)
parent67903f5909db5c6140eeffebfaf818b4f93625d5 (diff)
downloademacs-6016967e858e12f07c3cf4ade35cddef7b91a0d4.tar.gz
emacs-6016967e858e12f07c3cf4ade35cddef7b91a0d4.zip
Merge from origin/emacs-30
67903f5909d Restore the old behavior of `bookmark-write-file' 062da7003f9 ; Improve prompts and error messages in 'info-look' 52dc01f1c8b ; * admin/admin.el (set-version): Note about Android. fb282da2a07 Avoid double spaces around abbrevations in Texinfo bc1ab8ac3d8 ; * doc/emacs/custom.texi (Init Rebinding): Fix spacing. b41ef43af19 ; Fix previous change 5638b1d6bd4 Ispell: Use "personal dictionary" terminology consistently cc791e7499f ; Check man pages for mistakes less frequently 4ed4792e3b9 ; * admin/release-process: Minor copy-edits. 4a867c823b7 Add language server "ruff server" for Python 9e687c2871f Fix go-ts-mode type declaration indentation (Bug#75785) f751b3afa4f ; Minor improvements for doc strings in map.el cda78edc7d9 ; Fix typos ce50a1d3c18 ; * src/w32.c (w32_memory_info): Fix coding style of last... 58d3d4820ad Fix bug in w32_memory_info 77386412050 Avoid crashes in redisplay due to problematic font setups 0e3687e6006 Improve 'key-valid-p' docstring 9878092d2b9 Minor copyedits in internals.texi 4726900fdc5 Better document side-effect free and pure C functions 04c475a39f2 ; Fix documentation about faces of tool-tip text # Conflicts: # admin/codespell/codespell.exclude
Diffstat (limited to 'admin/codespell')
-rw-r--r--admin/codespell/codespell.exclude13
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/codespell/codespell.exclude b/admin/codespell/codespell.exclude
index f11918f53f3..5ebe467bcfe 100644
--- a/admin/codespell/codespell.exclude
+++ b/admin/codespell/codespell.exclude
@@ -1749,3 +1749,16 @@ All the characters whose Unicode general-category is Nd now have the
1749 (skipp (or (erc--memq-msg-prop 'erc--skip 'stamp) 1749 (skipp (or (erc--memq-msg-prop 'erc--skip 'stamp)
1750 (when (and fullp culled (not skipp) (< 1 beg 3 end)) 1750 (when (and fullp culled (not skipp) (< 1 beg 3 end))
1751 ((not skipp)) 1751 ((not skipp))
1752 (elisp--safe-macroexpand-all): Make the warning more discrete.
1753|PACK|UNPK|INDX|BLD |LEN |... |
1754@key{INDX} removes an integer @var{n}, then builds a vector of
1755integers from 1 to @var{n}. @kbd{INV INDX} takes three numbers
1756(sref STRING INDX) returns the character in STRING at INDEX. INDEX
1757;; |PACK|UNPK|INDX|BLD |LEN |... |
1758 ( "INDX" (progn calc-num-prefix calc-index) "\C-u\excalc-index\r" )
1759 (calc-enter-result 3 "indx" (cons 'calcFunc-index (calc-top-list-n 3)))
1760 (calc-enter-result 0 "indx" (list 'calcFunc-index
1761 (elisp--safe-macroexpand-all): Make the warning more discreet.
1762 dee6b36286 If use-package-verbose is t, show loading times when :afte...
1763 267fc6d00c4 ruby-smie-rules: Fix misindentation of a method call afte...
1764 b0181dafb9e Improve documentation of 'enable-local-variables' in Emac...