diff options
author | Jim Blandy <jimb@redhat.com> | 1993-03-02 08:22:42 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-03-02 08:22:42 +0000 |
commit | c36dc1ed1047ca3f4b3ae689e5b3c4e1bfa3219c (patch) | |
tree | 8ad3c02b8d411743fb9f4f838b13e536f4a186c2 /src/window.h | |
parent | f33a92459e6b2aa9d599b575cb8a3f62b099f3aa (diff) | |
download | emacs-c36dc1ed1047ca3f4b3ae689e5b3c4e1bfa3219c.tar.gz |
Use the term `scroll bar', instead of `scrollbar'.
* alloc.c, frame.c, frame.h, indent.c, keyboard.c, keyboard.h,
lisp.h, term.c, termhooks.h, window.c, window.h, xdisp.c, xfns.c,
xterm.c, xterm.h: Terminology changed.
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/window.h b/src/window.h index 000afe3466b..cf43f508845 100644 --- a/src/window.h +++ b/src/window.h @@ -123,12 +123,12 @@ struct window Lisp_Object last_modified; /* Value of point at that time */ Lisp_Object last_point; - /* This window's vertical scrollbar. This field is only for use + /* This window's vertical scroll bar. This field is only for use by the window-system-dependent code which implements the - scrollbars; it can store anything it likes here. If this - window is newly created and we haven't displayed a scrollbar in - it yet, or if the frame doesn't have any scrollbars, this is nil. */ - Lisp_Object vertical_scrollbar; + scroll bars; it can store anything it likes here. If this + window is newly created and we haven't displayed a scroll bar in + it yet, or if the frame doesn't have any scroll bars, this is nil. */ + Lisp_Object vertical_scroll_bar; /* The rest are currently not used or only half used */ /* Frame coords of point at that time */ |