comparison lispref/display.texi @ 53308:ecb83c041da3

(Fringes): Fix typo "set-buffer-window" -> "set-window-buffer".
author Markus Rost <rost@math.uni-bielefeld.de>
date Thu, 25 Dec 2003 14:09:56 +0000
parents 67874c814e45
children 1246d68686ac
comparison
equal deleted inserted replaced
53307:05fab5d3347e 53308:ecb83c041da3
2526 fringe in pixels. 2526 fringe in pixels.
2527 @end defvar 2527 @end defvar
2528 2528
2529 The values of these variables take effect when you display the 2529 The values of these variables take effect when you display the
2530 buffer in a window. If you change them while the buffer is visible, 2530 buffer in a window. If you change them while the buffer is visible,
2531 you can call @code{set-buffer-window} to display it in a window again. 2531 you can call @code{set-window-buffer} to display it in a window again.
2532 2532
2533 @defun set-window-fringes window left &optional right outside-margins 2533 @defun set-window-fringes window left &optional right outside-margins
2534 This function sets the fringe widthes of window @var{window}. 2534 This function sets the fringe widthes of window @var{window}.
2535 If window is @code{nil}, that stands for the selected window. 2535 If window is @code{nil}, that stands for the selected window.
2536 2536