Mercurial > emacs
changeset 52560:9a8ad8b87f32
(Fwindow_scroll_bars): Doc fix.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 20 Sep 2003 23:38:54 +0000 |
parents | f773f7b8fa3f |
children | d4cddd3d3be2 |
files | src/window.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Sat Sep 20 23:36:00 2003 +0000 +++ b/src/window.c Sat Sep 20 23:38:54 2003 +0000 @@ -5896,7 +5896,9 @@ 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; {