From: Po Lu Date: Fri, 23 Jun 2023 00:24:45 +0000 (+0800) Subject: ; * doc/lispref/frames.texi (Frame Layout): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c31688cb061bf76c5300abadaf6fe589603b0184;p=emacs.git ; * doc/lispref/frames.texi (Frame Layout): Fix typo. --- 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.