From: Eli Zaretskii Date: Sun, 9 Jun 2024 12:31:09 +0000 (+0300) Subject: ; * doc/emacs/windows.texi (Tab Line, Window Tool Bar): Copyedits. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ecab53823d16519bd0879927b75d2b5d30ba9ee;p=emacs.git ; * doc/emacs/windows.texi (Tab Line, Window Tool Bar): Copyedits. (cherry picked from commit dcd95d7a77dc1016de72860ecb0623b6377bdc65) --- diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 80394e0e571..5ad6850fed9 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -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}.