From 697aaeb7b34315b4adbb95dfc39c4ab48a6319eb Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Thu, 24 Nov 2022 20:08:17 +0100 Subject: [PATCH] ; * src/emacs.c (usage_message): Fix typo Author: --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index cc64050867a..00e7f86e9ae 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -295,7 +295,7 @@ Initialization options:\n\ --no-site-lisp, -nsl do not add site-lisp directories to load-path\n\ --no-splash do not display a splash screen on startup\n\ --no-window-system, -nw do not communicate with X, ignoring $DISPLAY\n\ ---init-directory=DIR use DIR to when looking for the Emacs init files.\n\ +--init-directory=DIR use DIR when looking for the Emacs init files.\n\ ", "\ --quick, -Q equivalent to:\n\ -- 2.39.2