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
090f7baa
Commit
090f7baa
authored
Feb 12, 2000
by
Gerd Moellmann
Browse files
(syms_of_xdisp): Doc fix for scroll-conservatively.
parent
aaf2320c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/xdisp.c
src/xdisp.c
+3
-1
No files found.
src/xdisp.c
View file @
090f7baa
...
...
@@ -12922,7 +12922,9 @@ If that fails to bring point back on frame, point is centered instead.\n\
If this is zero, point is always centered after it moves off frame.");
DEFVAR_INT ("scroll-conservatively", &scroll_conservatively,
"*Scroll up to this many lines, to bring point back on screen.");
"*Scroll up to this many lines, to bring point back on screen.\n\
A value of zero means to scroll the text to center point vertically\n\
in the window.");
scroll_conservatively = 0;
DEFVAR_INT ("scroll-margin", &scroll_margin,
...
...
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