Mercurial > emacs
changeset 69727:4e6faba02b0a
(syms_of_xdisp): Fix variable name.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 30 Mar 2006 19:35:11 +0000 |
parents | 92e02f0f8ef3 |
children | fb125d0913e5 |
files | src/ChangeLog src/xdisp.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Mar 30 02:23:27 2006 +0000 +++ b/src/ChangeLog Thu Mar 30 19:35:11 2006 +0000 @@ -1,3 +1,7 @@ +2006-03-30 Dan Nicolaescu <dann@ics.uci.edu> + + * xdisp.c (syms_of_xdisp): Fix variable name. + 2006-03-30 Kenichi Handa <handa@m17n.org> * xterm.c (x_term_init): Delete superfluous UNGCPRO.
--- a/src/xdisp.c Thu Mar 30 02:23:27 2006 +0000 +++ b/src/xdisp.c Thu Mar 30 19:35:11 2006 +0000 @@ -23800,7 +23800,7 @@ 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