diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/frames.texi | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index bd836b2db65..1b63ee58de2 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -949,11 +949,12 @@ that. | |||
| 949 | 949 | ||
| 950 | On graphical displays, there is a @dfn{vertical scroll bar} on the | 950 | On graphical displays, there is a @dfn{vertical scroll bar} on the |
| 951 | side of each Emacs window. Clicking @kbd{mouse-1} on the scroll bar's | 951 | side of each Emacs window. Clicking @kbd{mouse-1} on the scroll bar's |
| 952 | up and down buttons scrolls the window by one line at a time. Clicking | 952 | up and down buttons scrolls the window by one line at a time (but some |
| 953 | @kbd{mouse-1} above or below the scroll bar's inner box scrolls the | 953 | toolkits allow you to customize the scroll bars to not have those |
| 954 | window by nearly the entire height of the window, like @kbd{M-v} and | 954 | buttons). Clicking @kbd{mouse-1} above or below the scroll bar's |
| 955 | @kbd{C-v} respectively (@pxref{Moving Point}). Dragging the inner box | 955 | inner box scrolls the window by nearly the entire height of the |
| 956 | scrolls continuously. | 956 | window, like @kbd{M-v} and @kbd{C-v} respectively (@pxref{Moving |
| 957 | Point}). Dragging the inner box scrolls continuously. | ||
| 957 | 958 | ||
| 958 | If Emacs is compiled on the X Window System without X toolkit | 959 | If Emacs is compiled on the X Window System without X toolkit |
| 959 | support, the scroll bar behaves differently. Clicking @kbd{mouse-1} | 960 | support, the scroll bar behaves differently. Clicking @kbd{mouse-1} |
| @@ -1020,10 +1021,12 @@ Manual}. | |||
| 1020 | @cindex Horizontal Scroll Bar mode | 1021 | @cindex Horizontal Scroll Bar mode |
| 1021 | On graphical displays with toolkit support, Emacs may also supply a | 1022 | On graphical displays with toolkit support, Emacs may also supply a |
| 1022 | @dfn{horizontal scroll bar} on the bottom of each window. Clicking | 1023 | @dfn{horizontal scroll bar} on the bottom of each window. Clicking |
| 1023 | @kbd{mouse-1} on that scroll bar's left and right buttons scrolls | 1024 | @kbd{mouse-1} on that scroll bar's left and right buttons scrolls the |
| 1024 | the window horizontally by one column at a time. Clicking @kbd{mouse-1} | 1025 | window horizontally by one column at a time. (Note that some toolkits |
| 1025 | on the left or right of the scroll bar's inner box scrolls the window by | 1026 | allow customizations of the scroll bar that cause these buttons not to |
| 1026 | four columns. Dragging the inner box scrolls the window continuously. | 1027 | be shown.) Clicking @kbd{mouse-1} on the left or right of the scroll |
| 1028 | bar's inner box scrolls the window by four columns. Dragging the | ||
| 1029 | inner box scrolls the window continuously. | ||
| 1027 | 1030 | ||
| 1028 | Note that such horizontal scrolling can make the window's position of | 1031 | Note that such horizontal scrolling can make the window's position of |
| 1029 | point disappear on the left or the right. Typing a character to insert | 1032 | point disappear on the left or the right. Typing a character to insert |