From: Stefan Kangas Date: Fri, 10 Dec 2021 02:03:06 +0000 (+0100) Subject: ; * lisp/Makefile.in: Fix typo. X-Git-Tag: emacs-29.0.90~3606^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c2c8996e76381eecfd4ab5cf07561abc0b87a1d;p=emacs.git ; * lisp/Makefile.in: Fix typo. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 353c9e652c6..df9e5c36ee1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -60,7 +60,7 @@ BYTE_COMPILE_EXTRA_FLAGS = # The example above is just for developers, it should not be used by default. # Those automatically generated autoload files that need special rules -# to build; ie not including things created via generated-autoload-file +# to build; i.e. not including things created via generated-autoload-file # (eg calc/calc-loaddefs.el). LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \ $(lisp)/calendar/diary-loaddefs.el \