# HG changeset patch # User Luc Teirlinck # Date 1111977696 0 # Node ID 38d95bf39f6eb589722f053fd2ca0c97336d47ea # Parent fa0d61d5c5e0554b5c23d91e32d6fbb55c7ef1ce (Other Font Lock Variables): font-lock-fontify-block is now bound to M-o M-o. diff -r fa0d61d5c5e0 -r 38d95bf39f6e lispref/modes.texi --- a/lispref/modes.texi Mon Mar 28 02:28:49 2005 +0000 +++ b/lispref/modes.texi Mon Mar 28 02:41:36 2005 +0000 @@ -2349,7 +2349,7 @@ @defvar font-lock-mark-block-function If this variable is non-@code{nil}, it should be a function that is called with no arguments, to choose an enclosing range of text for -refontification for the command @kbd{M-g M-g} +refontification for the command @kbd{M-o M-o} (@code{font-lock-fontify-block}). The function should report its choice by placing the region around it.