]> git.eshelyaron.com Git - emacs.git/commitdiff
; * INSTALL: Fix typo.
authorStefan Kangas <stefan@marxist.se>
Mon, 18 Oct 2021 00:35:33 +0000 (02:35 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 18 Oct 2021 00:36:47 +0000 (02:36 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 8c036f2e6020531dc98c3d62cd0bd6fed1781d79..6207f43cecb14f26cce356d0d796dcbdefb98700 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -220,7 +220,7 @@ GNU/Linux distribution that you use, and the options that you want to
 configure Emacs with.  On Debian-based systems, you can install all the
 packages needed to build the installed version of Emacs with a command
 like 'apt-get build-dep emacs' (on older systems, replace 'emacs' with
-eg 'emacs25').  On Red Hat-based systems, the corresponding command is
+e.g. 'emacs25').  On Red Hat-based systems, the corresponding command is
 'dnf builddep emacs' (on older systems, use 'yum-builddep' instead).
 
 On FreeBSD, the command is 'pkg install -y `pkg rquery %dn emacs-devel`'.