mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix typos: prefer American spelling
This commit is contained in:
parent
ddecd864cf
commit
2a05479c22
34 changed files with 56 additions and 56 deletions
|
|
@ -378,7 +378,7 @@ Assumes the caller has bound `macroexpand-all-environment'."
|
|||
form
|
||||
`(,fn ,var ,new-expr))))
|
||||
(`(setq . ,args)
|
||||
;; Normalise to a sequence of (setq SYM EXPR).
|
||||
;; Normalize to a sequence of (setq SYM EXPR).
|
||||
;; Malformed code is translated to code that signals an error
|
||||
;; at run time.
|
||||
(let ((nargs (length args)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue