aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2006-03-30 19:35:11 +0000
committerDan Nicolaescu <[email protected]>2006-03-30 19:35:11 +0000
commit29444a2f7c59b33530cfeff18d4e3d2c6068da31 (patch)
tree41c49960d8f0d41bb591e0087dc4206d78543d8f /src
parent4da2c33b4c50b675df2bd15e2c4a0beac45243ff (diff)
(syms_of_xdisp): Fix variable name.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xdisp.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f2756b3d02..3dcc5dcf01 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-30 Dan Nicolaescu <[email protected]>
+
+ * xdisp.c (syms_of_xdisp): Fix variable name.
+
2006-03-30 Kenichi Handa <[email protected]>
* xterm.c (x_term_init): Delete superfluous UNGCPRO.
diff --git a/src/xdisp.c b/src/xdisp.c
index 7b1c5cd96f..1125020341 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -23800,7 +23800,7 @@ before automatic hscrolling will horizontally scroll the window. */);
DEFVAR_LISP ("hscroll-step", &Vhscroll_step,
doc: /* *How many columns to scroll the window when point gets too close to the edge.
-When point is less than `automatic-hscroll-margin' columns from the window
+When point is less than `hscroll-margin' columns from the window
edge, automatic hscrolling will scroll the window by the amount of columns
determined by this variable. If its value is a positive integer, scroll that
many columns. If it's a positive floating-point number, it specifies the