diff options
| author | Jim Blandy | 1993-03-02 08:22:42 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-02 08:22:42 +0000 |
| commit | a3c87d4e63e999a3ed18efe60d6b36da3a48a314 (patch) | |
| tree | d50ead7aaf06c70c637c1136cc042b9c95a8ec60 /src/window.h | |
| parent | ab6482702d926eb46472bbdb4de59d4ad8265316 (diff) | |
| download | emacs-a3c87d4e63e999a3ed18efe60d6b36da3a48a314.tar.gz emacs-a3c87d4e63e999a3ed18efe60d6b36da3a48a314.zip | |
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 | |||
| 123 | Lisp_Object last_modified; | 123 | Lisp_Object last_modified; |
| 124 | /* Value of point at that time */ | 124 | /* Value of point at that time */ |
| 125 | Lisp_Object last_point; | 125 | Lisp_Object last_point; |
| 126 | /* This window's vertical scrollbar. This field is only for use | 126 | /* This window's vertical scroll bar. This field is only for use |
| 127 | by the window-system-dependent code which implements the | 127 | by the window-system-dependent code which implements the |
| 128 | scrollbars; it can store anything it likes here. If this | 128 | scroll bars; it can store anything it likes here. If this |
| 129 | window is newly created and we haven't displayed a scrollbar in | 129 | window is newly created and we haven't displayed a scroll bar in |
| 130 | it yet, or if the frame doesn't have any scrollbars, this is nil. */ | 130 | it yet, or if the frame doesn't have any scroll bars, this is nil. */ |
| 131 | Lisp_Object vertical_scrollbar; | 131 | Lisp_Object vertical_scroll_bar; |
| 132 | 132 | ||
| 133 | /* The rest are currently not used or only half used */ | 133 | /* The rest are currently not used or only half used */ |
| 134 | /* Frame coords of point at that time */ | 134 | /* Frame coords of point at that time */ |