]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/windows.texi (Tab Line, Window Tool Bar): Copyedits.
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Jun 2024 12:31:09 +0000 (15:31 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 10 Jun 2024 07:26:02 +0000 (09:26 +0200)
(cherry picked from commit dcd95d7a77dc1016de72860ecb0623b6377bdc65)

doc/emacs/windows.texi

index 80394e0e571b9fc0f63b364b250b76498d459098..5ad6850fed9c7c93b946e6bb99fa77fa052dee02 100644 (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}.