Mercurial > emacs
comparison man/display.texi @ 31041:240df9dae7a7
Document the automatic hscrolling.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 10:22:08 +0000 |
parents | 4f58e2bbcb08 |
children | 66e5313fd5bc |
comparison
equal
deleted
inserted
replaced
31040:5c62643e2061 | 31041:240df9dae7a7 |
---|---|
170 normally (with each line starting at the window's left margin); | 170 normally (with each line starting at the window's left margin); |
171 attempting to do so has no effect. This means that you don't have to | 171 attempting to do so has no effect. This means that you don't have to |
172 calculate the argument precisely for @w{@kbd{C-x >}}; any sufficiently large | 172 calculate the argument precisely for @w{@kbd{C-x >}}; any sufficiently large |
173 argument will restore the normal display. | 173 argument will restore the normal display. |
174 | 174 |
175 @cindex Hscroll mode | 175 @cindex horizontal scrolling |
176 @cindex mode, Hscroll | 176 @vindex automatic-hscrolling |
177 @findex hscroll-mode | 177 Emacs automatically scrolls a window horizontally whenever that is |
178 You can request automatic horizontal scrolling by enabling Hscroll | 178 necessary to keep point visible and not too far from the left or right |
179 mode. When this mode is enabled, Emacs scrolls a window horizontally | 179 edge. If you don't want this, customize the variable |
180 whenever that is necessary to keep point visible and not too far from | 180 @code{automatic-hscrolling} and set it to nil. |
181 the left or right edge. The command to enable or disable this mode is | |
182 @kbd{M-x hscroll-mode}. | |
183 | 181 |
184 @node Follow Mode | 182 @node Follow Mode |
185 @section Follow Mode | 183 @section Follow Mode |
186 @cindex Follow mode | 184 @cindex Follow mode |
187 @cindex mode, Follow | 185 @cindex mode, Follow |