From 12853c5844d9dc6a4d965d8fa42bd8c8913b4279 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 20 Sep 2003 23:38:54 +0000 Subject: [PATCH] (Fwindow_scroll_bars): Doc fix. --- src/window.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index 78033c38da1..ed796fb48cc 100644 --- a/src/window.c +++ b/src/window.c @@ -5896,7 +5896,9 @@ DEFUN ("window-scroll-bars", Fwindow_scroll_bars, Swindow_scroll_bars, 0, 1, 0, doc: /* Get width and type of scroll bars of window WINDOW. If WINDOW is omitted or nil, use the currently selected window. -Value is a list of the form (WIDTH COLS VERTICAL-TYPE HORIZONTAL-TYPE). */) +Value is a list of the form (WIDTH COLS VERTICAL-TYPE HORIZONTAL-TYPE). +If WIDTH is nil or TYPE is t, the window is using the frame's corresponding +value. */) (window) Lisp_Object window; { -- 2.39.2