1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix typos

This commit is contained in:
Stefan Kangas 2024-01-28 16:59:50 +01:00
parent 6ebd5aa337
commit 71b5d5a979
10 changed files with 62 additions and 28 deletions

View file

@ -1750,7 +1750,7 @@ and `+='...)."
;; Split REM-BODY @ __VA_ARGS__ into LEFT and right
(setq part nil)
(if (zerop va)
(setq left nil ; __VA_ARGS__ trimed
(setq left nil ; __VA_ARGS__ trimmed
rem-body (cdr rem-body))
(setq left rem-body
rem-body (cdr (nthcdr va rem-body))) ; _V_ removed