diff options
| author | Richard M. Stallman | 2005-08-09 23:33:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-09 23:33:54 +0000 |
| commit | 2adbd9b6b43f1a2ded0b192f9bc1a5aa3ccc6a26 (patch) | |
| tree | 2833e3d1da8cebc55e8b87fbeda5cbfde89a1f63 | |
| parent | fdb485086538735822e9c694c2847ce698877559 (diff) | |
| download | emacs-2adbd9b6b43f1a2ded0b192f9bc1a5aa3ccc6a26.tar.gz emacs-2adbd9b6b43f1a2ded0b192f9bc1a5aa3ccc6a26.zip | |
(Line Height, Scroll Bars): Fix xrefs.
| -rw-r--r-- | lispref/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index c934143c06e..15c1d0ba724 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -1641,7 +1641,7 @@ parts of Emacs text. | |||
| 1641 | 1641 | ||
| 1642 | @vindex default-line-spacing | 1642 | @vindex default-line-spacing |
| 1643 | You can specify the line spacing for all lines in a frame with the | 1643 | You can specify the line spacing for all lines in a frame with the |
| 1644 | @code{line-spacing} frame parameter, @xref{Window Frame Parameters}. | 1644 | @code{line-spacing} frame parameter (@pxref{Layout Parameters}). |
| 1645 | However, if the variable @code{default-line-spacing} is | 1645 | However, if the variable @code{default-line-spacing} is |
| 1646 | non-@code{nil}, it overrides the frame's @code{line-spacing} | 1646 | non-@code{nil}, it overrides the frame's @code{line-spacing} |
| 1647 | parameter. An integer value specifies the number of pixels put below | 1647 | parameter. An integer value specifies the number of pixels put below |
| @@ -3077,7 +3077,7 @@ Normally the frame parameter @code{vertical-scroll-bars} controls | |||
| 3077 | whether the windows in the frame have vertical scroll bars, and | 3077 | whether the windows in the frame have vertical scroll bars, and |
| 3078 | whether they are on the left or right. The frame parameter | 3078 | whether they are on the left or right. The frame parameter |
| 3079 | @code{scroll-bar-width} specifies how wide they are (@code{nil} | 3079 | @code{scroll-bar-width} specifies how wide they are (@code{nil} |
| 3080 | meaning the default). @xref{Window Frame Parameters}. | 3080 | meaning the default). @xref{Layout Parameters}. |
| 3081 | 3081 | ||
| 3082 | @defun frame-current-scroll-bars &optional frame | 3082 | @defun frame-current-scroll-bars &optional frame |
| 3083 | This function reports the scroll bar type settings for frame | 3083 | This function reports the scroll bar type settings for frame |