]> git.eshelyaron.com Git - emacs.git/commitdiff
Further fixes to Elisp manual
authorMartin Rudalics <rudalics@gmx.at>
Mon, 18 Oct 2021 17:18:42 +0000 (19:18 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 18 Oct 2021 17:18:42 +0000 (19:18 +0200)
* doc/lispref/frames.texi (Frame Layout): Index "tab bar" instead
of "internal tab bar".
(Implied Frame Resizing): Remove irritating hyphens.
* doc/lispref/windows.texi (Windows and Frames): Remove paragraph
relating 'minibuffer-window' to 'window-list'.

doc/lispref/frames.texi
doc/lispref/windows.texi

index f851d12c08047b4f7d361ffb2ee27c48164334a2..56ac7118135c44d62ba3fad9b5ee5ca780ce47da 100644 (file)
@@ -642,7 +642,7 @@ automatically increase the outer width of a frame in order to
 accommodate an overlong tool bar.
 
 @item Tab Bar
-@cindex internal tab bar
+@cindex tab bar
 The tab bar (@pxref{Tab Bars,,,emacs, The GNU Emacs Manual}) is always
 drawn by Emacs itself.  The tab bar appears above the tool bar in
 Emacs built with an internal tool bar, and below the tool bar in
@@ -1218,10 +1218,10 @@ width of one scroll bar provided this option is @code{nil} and keep it
 unchanged if this option is @code{t} or a list containing
 @code{vertical-scroll-bars}.
 
-The default value is @code{'(tab-bar-lines tool-bar-lines)} for Lucid,
+The default value is @code{(tab-bar-lines tool-bar-lines)} for Lucid,
 Motif and MS-Windows (which means that adding/removing a tool or tab
 bar there does not change the outer frame height),
-@code{'(tab-bar-lines)} on all other window systems including GTK+
+@code{(tab-bar-lines)} on all other window systems including GTK+
 (which means that changing any of the parameters listed above with the
 exception of @code{tab-bar-lines} may change the size of the outer
 frame), and @code{t} otherwise (which means the outer frame size never
index c66ae173e42bec81b15133fe68640cd46558df73..0ae26b2f5837b44617813628fa59207e3b62d3d0 100644 (file)
@@ -213,7 +213,8 @@ window} which is used for displaying a tooltip in a tooltip frame
 
 Each window belongs to exactly one frame (@pxref{Frames}).  For all
 windows belonging to a specific frame, we sometimes also say that these
-windows are @dfn{owned} by that frame or simply that they are on that frame.
+windows are @dfn{owned} by that frame or simply that they are on that
+frame.
 
 @defun window-frame &optional window
 This function returns the specified @var{window}'s frame---the frame
@@ -233,12 +234,6 @@ minibuffer window (@pxref{Minibuffer Windows}) in that list.  If
 active.  If @var{minibuffer} is neither @code{nil} nor @code{t}, the
 minibuffer window is never included.
 
-Note that the window returned by @code{minibuffer-window} called with
-the argument @var{frame} is returned by @code{window-list} called with
-the same argument if and only if that window actually belongs to
-@var{frame}.  If the minibuffer window is owned by another frame, it is
-not returned by this invocation.
-
 The optional argument @var{window}, if non-@code{nil}, must be a live
 window on the specified frame; then @var{window} will be the first
 element in the returned list.  If @var{window} is omitted or @code{nil},