diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f2756b3d02b..3dcc5dcf01c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp): Fix variable name. | ||
| 4 | |||
| 1 | 2006-03-30 Kenichi Handa <handa@m17n.org> | 5 | 2006-03-30 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * xterm.c (x_term_init): Delete superfluous UNGCPRO. | 7 | * xterm.c (x_term_init): Delete superfluous UNGCPRO. |
diff --git a/src/xdisp.c b/src/xdisp.c index 7b1c5cd96fb..1125020341b 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -23800,7 +23800,7 @@ before automatic hscrolling will horizontally scroll the window. */); | |||
| 23800 | 23800 | ||
| 23801 | DEFVAR_LISP ("hscroll-step", &Vhscroll_step, | 23801 | DEFVAR_LISP ("hscroll-step", &Vhscroll_step, |
| 23802 | doc: /* *How many columns to scroll the window when point gets too close to the edge. | 23802 | doc: /* *How many columns to scroll the window when point gets too close to the edge. |
| 23803 | When point is less than `automatic-hscroll-margin' columns from the window | 23803 | When point is less than `hscroll-margin' columns from the window |
| 23804 | edge, automatic hscrolling will scroll the window by the amount of columns | 23804 | edge, automatic hscrolling will scroll the window by the amount of columns |
| 23805 | determined by this variable. If its value is a positive integer, scroll that | 23805 | determined by this variable. If its value is a positive integer, scroll that |
| 23806 | many columns. If it's a positive floating-point number, it specifies the | 23806 | many columns. If it's a positive floating-point number, it specifies the |