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:
parent
6ebd5aa337
commit
71b5d5a979
10 changed files with 62 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue