comparison lispref/modes.texi @ 61034:38d95bf39f6e

(Other Font Lock Variables): font-lock-fontify-block is now bound to M-o M-o.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 28 Mar 2005 02:41:36 +0000
parents 569b1f95bbe0
children 8ac9a1a8591f 4da4a09e8b1b
comparison
equal deleted inserted replaced
61033:fa0d61d5c5e0 61034:38d95bf39f6e
2347 @end defvar 2347 @end defvar
2348 2348
2349 @defvar font-lock-mark-block-function 2349 @defvar font-lock-mark-block-function
2350 If this variable is non-@code{nil}, it should be a function that is 2350 If this variable is non-@code{nil}, it should be a function that is
2351 called with no arguments, to choose an enclosing range of text for 2351 called with no arguments, to choose an enclosing range of text for
2352 refontification for the command @kbd{M-g M-g} 2352 refontification for the command @kbd{M-o M-o}
2353 (@code{font-lock-fontify-block}). 2353 (@code{font-lock-fontify-block}).
2354 2354
2355 The function should report its choice by placing the region around it. 2355 The function should report its choice by placing the region around it.
2356 A good choice is a range of text large enough to give proper results, 2356 A good choice is a range of text large enough to give proper results,
2357 but not too large so that refontification becomes slow. Typical values 2357 but not too large so that refontification becomes slow. Typical values