diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-14 11:55:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-14 12:13:31 +0200 |
commit | 2a05479c221d4a13b15ed731e4eb1c0de99e97ed (patch) | |
tree | 2b28f1c72560050896e5461e068316fc59bbd4bd /lisp/emacs-lisp/macroexp.el | |
parent | ddecd864cfeced3e8a01d1b58ef8dcffd177c0f8 (diff) | |
download | emacs-2a05479c221d4a13b15ed731e4eb1c0de99e97ed.tar.gz emacs-2a05479c221d4a13b15ed731e4eb1c0de99e97ed.tar.bz2 emacs-2a05479c221d4a13b15ed731e4eb1c0de99e97ed.zip |
; Fix typos: prefer American spelling
Diffstat (limited to 'lisp/emacs-lisp/macroexp.el')
-rw-r--r-- | lisp/emacs-lisp/macroexp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/macroexp.el b/lisp/emacs-lisp/macroexp.el index 4db50bbaa9b..6a193a56d2d 100644 --- a/lisp/emacs-lisp/macroexp.el +++ b/lisp/emacs-lisp/macroexp.el @@ -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))) |