emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/syntax.h


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/syntax.h
Date: Tue, 04 Feb 2003 09:03:44 -0500

Index: emacs/src/syntax.h
diff -c emacs/src/syntax.h:1.38 emacs/src/syntax.h:1.39
*** emacs/src/syntax.h:1.38     Sun Jul 14 20:00:37 2002
--- emacs/src/syntax.h  Tue Feb  4 09:03:13 2003
***************
*** 90,96 ****
  #endif
  
  /* SYNTAX_ENTRY fetches the information from the entry for character C
!    in syntax table TABLE, or from globally kept data (gl_state).  
     Does inheritance.  */
  /* CURRENT_SYNTAX_TABLE gives the syntax table valid for current
     position, it is either the buffer's syntax table, or syntax table
--- 90,96 ----
  #endif
  
  /* SYNTAX_ENTRY fetches the information from the entry for character C
!    in syntax table TABLE, or from globally kept data (gl_state).
     Does inheritance.  */
  /* CURRENT_SYNTAX_TABLE gives the syntax table valid for current
     position, it is either the buffer's syntax table, or syntax table
***************
*** 277,283 ****
     search, or after the last position of the backward search.  It
     makes sure that the first char is picked up with correct table, so
     one does not need to call UPDATE_SYNTAX_TABLE immediately after the
!    call. 
     Sign of COUNT gives the direction of the search.
   */
  
--- 277,283 ----
     search, or after the last position of the backward search.  It
     makes sure that the first char is picked up with correct table, so
     one does not need to call UPDATE_SYNTAX_TABLE immediately after the
!    call.
     Sign of COUNT gives the direction of the search.
   */
  




reply via email to

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