/[emacs]/emacs/lisp/font-lock.el
ViewVC logotype

Diff of /emacs/lisp/font-lock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.257 by monnier, Fri May 20 13:25:58 2005 UTC revision 1.258 by lute, Sun May 22 23:48:12 2005 UTC
# Line 563  is not in a string or comment and not wi Line 563  is not in a string or comment and not wi
563  a place such that any bracket-pairs outside it can be ignored for Emacs  a place such that any bracket-pairs outside it can be ignored for Emacs
564  syntax analysis and fontification).  syntax analysis and fontification).
565    
566  If this is nil, the beginning of the buffer is used, which is  If this is nil, Font Lock uses `syntax-begin-function' to move back
567  always correct but tends to be slow.  outside of any comment, string, or sexp.  This variable is semi-obsolete;
568  This is normally set via `font-lock-defaults'.  we recommend setting `syntax-begin-function' instead.
569  This variable is semi-obsolete; we recommend setting  
570  `syntax-begin-function' instead.")  This is normally set via `font-lock-defaults'.")
571    
572  (defvar font-lock-mark-block-function nil  (defvar font-lock-mark-block-function nil
573    "*Non-nil means use this function to mark a block of text.    "*Non-nil means use this function to mark a block of text.

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26