mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
(syms_of_xdisp): Fix variable name.
This commit is contained in:
parent
4da2c33b4c
commit
29444a2f7c
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue