]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp): Fix variable name.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 30 Mar 2006 19:35:11 +0000 (19:35 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 30 Mar 2006 19:35:11 +0000 (19:35 +0000)
src/ChangeLog
src/xdisp.c

index f2756b3d02b76d055185a24515da0d166a4480a7..3dcc5dcf01c55992102e4766edf88253e767d4b3 100644 (file)
@@ -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.
index 7b1c5cd96fb8b08fcd2ee68226b9dcf4884a69c3..1125020341b36d620ffe815f6e26dea0e1282d3f 100644 (file)
@@ -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