]> code.delx.au - gnu-emacs/commitdiff
(font-lock-beginning-of-syntax-function): Fix docstring.
authorLute Kamstra <lute@gnu.org>
Sun, 22 May 2005 23:48:12 +0000 (23:48 +0000)
committerLute Kamstra <lute@gnu.org>
Sun, 22 May 2005 23:48:12 +0000 (23:48 +0000)
lisp/font-lock.el

index bb24329c0000017d6fec71ab595e02d9ff8bf05e..4ad82a39b7ea8c4a457e1cd89dd5ad163cd0b3ac 100644 (file)
@@ -563,11 +563,11 @@ is not in a string or comment and not within any bracket-pairs (or else,
 a place such that any bracket-pairs outside it can be ignored for Emacs
 syntax analysis and fontification).
 
-If this is nil, the beginning of the buffer is used, which is
-always correct but tends to be slow.
-This is normally set via `font-lock-defaults'.
-This variable is semi-obsolete; we recommend setting
-`syntax-begin-function' instead.")
+If this is nil, Font Lock uses `syntax-begin-function' to move back
+outside of any comment, string, or sexp.  This variable is semi-obsolete;
+we recommend setting `syntax-begin-function' instead.
+
+This is normally set via `font-lock-defaults'.")
 
 (defvar font-lock-mark-block-function nil
   "*Non-nil means use this function to mark a block of text.