; * doc/emacs/windows.texi (Tab Line, Window Tool Bar): Copyedits.

This commit is contained in:
Eli Zaretskii 2024-06-09 15:31:09 +03:00
parent a5c0d682b1
commit dcd95d7a77

View file

@ -692,9 +692,9 @@ tabs on the Tab Line at the top of each window are used to switch
between buffers in the window.
Also note that the tab line displays in the same space as the window
tool bar, so only one of these can be display at a time unless you
customize the value of @code{tab-line-format} in Lisp. In this case,
add @code{(:eval (tab-line-format))} to @code{tab-line-format}.
tool bar, so only one of them can be displayed at any given time, unless
you customize the value of @code{tab-line-format} in Lisp to add
@w{@code{(:eval (tab-line-format))}} to @code{tab-line-format}.
@xref{Mode Line Format,,, elisp, The Emacs Lisp Reference Manual}.
@ -728,7 +728,7 @@ Emacs can also display a single tool bar at the top of frames
(@pxref{Tool Bars}).
Note that the window tool bar displays in the same space as the tab
line, so only one of these can be display at a time unless you customize
the value of @code{tab-line-format} in Lisp. In this case, add
@code{(:eval (window-tool-bar-string))} to @code{tab-line-format}.
@xref{Mode Line Format,,, elisp, The Emacs Lisp Reference Manual}.
line, so only one of them can be displayed at any given time, unless you
customize the value of @code{tab-line-format} to add @w{@code{(:eval
(window-tool-bar-string))}} to @code{tab-line-format}. @xref{Mode Line
Format,,, elisp, The Emacs Lisp Reference Manual}.