From 8c2c8996e76381eecfd4ab5cf07561abc0b87a1d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 10 Dec 2021 03:03:06 +0100 Subject: [PATCH] ; * lisp/Makefile.in: Fix typo. --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.2