From c31688cb061bf76c5300abadaf6fe589603b0184 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 23 Jun 2023 08:24:45 +0800 Subject: [PATCH] ; * doc/lispref/frames.texi (Frame Layout): Fix typo. --- doc/lispref/frames.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 67def9b1fda..5a2d9f29295 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -851,7 +851,7 @@ native frame of @var{frame}). This tells on which side the tool bar on @var{frame} is and can be one of @code{left}, @code{top}, @code{right} or @code{bottom}. -The values @code{left} and @code{bottom} are only supported on builds +The values @code{left} and @code{right} are only supported on builds using the GTK+ toolkit; @code{bottom} is supported on all builds other than NS, and @code{top} is supported everywhere. -- 2.39.5