Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.485 emacs/src/buffer.c:1.486
*** emacs/src/buffer.c:1.485    Sun Jul 17 03:47:19 2005
--- emacs/src/buffer.c  Mon Jul 18 16:32:35 2005
***************
*** 5729,5735 ****
  When the value is 0.0, point goes at the bottom line, which in the simple
  case that you moved off with C-f means scrolling just one line.  1.0 means
  point goes at the top, so that in that simple case, the window
! window scrolls by a full window height.  Meaningful values are
  between 0.0 and 1.0, inclusive.  */);
  
    DEFVAR_PER_BUFFER ("scroll-down-aggressively",
--- 5729,5735 ----
  When the value is 0.0, point goes at the bottom line, which in the simple
  case that you moved off with C-f means scrolling just one line.  1.0 means
  point goes at the top, so that in that simple case, the window
! scrolls by a full window height.  Meaningful values are
  between 0.0 and 1.0, inclusive.  */);
  
    DEFVAR_PER_BUFFER ("scroll-down-aggressively",
***************
*** 5742,5748 ****
  When the value is 0.0, point goes at the top line, which in the simple
  case that you moved off with C-b means scrolling just one line.  1.0 means
  point goes at the bottom, so that in that simple case, the window
! window scrolls by a full window height.  Meaningful values are
  between 0.0 and 1.0, inclusive.  */);
  
  /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
--- 5742,5748 ----
  When the value is 0.0, point goes at the top line, which in the simple
  case that you moved off with C-b means scrolling just one line.  1.0 means
  point goes at the bottom, so that in that simple case, the window
! scrolls by a full window height.  Meaningful values are
  between 0.0 and 1.0, inclusive.  */);
  
  /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to