From bbabc1db25835fe52ff9d29c1689c88e82146a8a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 Oct 2025 10:55:00 -0400 Subject: [PATCH] ; * doc/lispref/os.texi (Startup Summary): Fix typo. --- doc/lispref/os.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 585ae678842..44dd3bbb63c 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -146,7 +146,7 @@ the tool bar even if the current frame is not a graphical one, since a graphical frame may be created later on. @item -It use @code{custom-reevaluate-setting} to re-initialize the members +It uses @code{custom-reevaluate-setting} to re-initialize the members of the list @code{custom-delayed-init-variables}. These are any pre-loaded user options whose default value depends on the run-time, rather than build-time, context.