Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c5c9f40f
Commit
c5c9f40f
authored
Mar 26, 2011
by
Chong Yidong
Browse files
* doc/emacs/display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
parent
ddc20cdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/display.texi
doc/emacs/display.texi
+6
-6
No files found.
doc/emacs/ChangeLog
View file @
c5c9f40f
2011-03-26 Chong Yidong <cyd@stupidchicken.com>
* display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2011-03-11 Eli Zaretskii <eliz@gnu.org>
* msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
...
...
doc/emacs/display.texi
View file @
c5c9f40f
...
...
@@ -195,15 +195,15 @@ how aggressively it scrolls by setting the variables
The value of @code{scroll-up-aggressively} should be either
@code{nil}, or a fraction @var{f} between 0 and 1. A fraction
specifies where on the screen to put point when scrolling upward: when
a window scrolls up because point
is above
the window
start
, the new
start
position is chosen to put point @var{f} parts of the window
height
from the to
p
. Thus, larger @var{f} means more aggressive
a window scrolls up because point
below
the window
end
, the new
start
position is chosen to put point @var{f} parts of the window
height
from the
bot
to
m
. Thus, larger @var{f} means more aggressive
scrolling. The default value, @code{nil}, is equivalent to 0.5.
Likewise, @code{scroll-down-aggressively} is used for scrolling
down. The value specifies how far point should be placed from the
bottom
of the window; thus, as with @code{scroll-up-aggressively}, a
larger
value is more aggressive.
down. The value specifies how far point should be placed from the
top
of the window; thus, as with @code{scroll-up-aggressively}, a
larger
value is more aggressive.
@vindex scroll-margin
The variable @code{scroll-margin} restricts how close point can come
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment