projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1c14b
)
; * doc/lispref/frames.texi (Frame Layout): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Fri, 23 Jun 2023 00:24:45 +0000
(08:24 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 23 Jun 2023 00:24:45 +0000
(08:24 +0800)
doc/lispref/frames.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/frames.texi
b/doc/lispref/frames.texi
index 67def9b1fda3a3dd74f80d64c1a15a761f290a5a..5a2d9f29295630fad9750b9904dad936879dae1a 100644
(file)
--- 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.