emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 30 Mar 2002 18:50:09 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.743 emacs/src/xdisp.c:1.744
*** emacs/src/xdisp.c:1.743     Tue Mar 26 06:08:47 2002
--- emacs/src/xdisp.c   Sat Mar 30 18:50:09 2002
***************
*** 5146,5154 ****
  }
  
  
! /* Move IT forward to a specified buffer position TO_CHARPOS, TO_X,
!    TO_Y, TO_VPOS.  OP is a bit-mask that specifies where to stop.  See
!    the description of enum move_operation_enum.
     
     If TO_CHARPOS is in invisible text, e.g. a truncated part of a
     screen line, this function will set IT to the next position >
--- 5146,5157 ----
  }
  
  
! /* Move IT forward until it satisfies one or more of the criteria in
!    TO_CHARPOS, TO_X, TO_Y, and TO_VPOS.
! 
!    OP is a bit-mask that specifies where to stop, and in particular,
!    which of those four position arguments makes a difference.  See the
!    description of enum move_operation_enum.
     
     If TO_CHARPOS is in invisible text, e.g. a truncated part of a
     screen line, this function will set IT to the next position >



reply via email to

[Prev in Thread] Current Thread [Next in Thread]