1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(Line Height, Scroll Bars): Fix xrefs.

This commit is contained in:
Richard M. Stallman 2005-08-09 23:33:54 +00:00
parent fdb4850865
commit 2adbd9b6b4

View File

@ -1641,7 +1641,7 @@ parts of Emacs text.
@vindex default-line-spacing @vindex default-line-spacing
You can specify the line spacing for all lines in a frame with the You can specify the line spacing for all lines in a frame with the
@code{line-spacing} frame parameter, @xref{Window Frame Parameters}. @code{line-spacing} frame parameter (@pxref{Layout Parameters}).
However, if the variable @code{default-line-spacing} is However, if the variable @code{default-line-spacing} is
non-@code{nil}, it overrides the frame's @code{line-spacing} non-@code{nil}, it overrides the frame's @code{line-spacing}
parameter. An integer value specifies the number of pixels put below parameter. An integer value specifies the number of pixels put below
@ -3077,7 +3077,7 @@ Normally the frame parameter @code{vertical-scroll-bars} controls
whether the windows in the frame have vertical scroll bars, and whether the windows in the frame have vertical scroll bars, and
whether they are on the left or right. The frame parameter whether they are on the left or right. The frame parameter
@code{scroll-bar-width} specifies how wide they are (@code{nil} @code{scroll-bar-width} specifies how wide they are (@code{nil}
meaning the default). @xref{Window Frame Parameters}. meaning the default). @xref{Layout Parameters}.
@defun frame-current-scroll-bars &optional frame @defun frame-current-scroll-bars &optional frame
This function reports the scroll bar type settings for frame This function reports the scroll bar type settings for frame