From: Luc Teirlinck Date: Mon, 28 Mar 2005 02:43:22 +0000 (+0000) Subject: (Other Font Lock Variables): font-lock-fontify-block is now bound to M-o M-o. X-Git-Tag: ttn-vms-21-2-B4~1441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aaac12514d92237420d5d2834fe9dd4f2bbfc2ce;p=emacs.git (Other Font Lock Variables): font-lock-fontify-block is now bound to M-o M-o. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e6c901f786e..cf86afc4e45 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2005-03-27 Luc Teirlinck + + * modes.texi (Other Font Lock Variables): `font-lock-fontify-block' + is now bound to M-o M-o. + + * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o. + 2005-03-26 Glenn Morris * calendar.texi: Delete file (and move contents to emacs-xtra.texi diff --git a/lispref/modes.texi b/lispref/modes.texi index 9464f900d4f..f2cfcd2eb8c 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -2349,7 +2349,7 @@ be slow. @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.