]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwindow_scroll_bars): Doc fix.
authorKim F. Storm <storm@cua.dk>
Sat, 20 Sep 2003 23:38:54 +0000 (23:38 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 20 Sep 2003 23:38:54 +0000 (23:38 +0000)
src/window.c

index 78033c38da1b2552012dc2e755c214f92198d88e..ed796fb48cc48213005c92d3bcaff2ae1905dbec 100644 (file)
@@ -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;
 {