]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/frames.texi (Frame Layout): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Fri, 23 Jun 2023 00:24:45 +0000 (08:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 23 Jun 2023 00:24:45 +0000 (08:24 +0800)
doc/lispref/frames.texi

index 67def9b1fda3a3dd74f80d64c1a15a761f290a5a..5a2d9f29295630fad9750b9904dad936879dae1a 100644 (file)
@@ -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.