1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(Other Font Lock Variables): font-lock-fontify-block is now bound to M-o M-o.

This commit is contained in:
Luc Teirlinck 2005-03-28 02:43:22 +00:00
parent f141c9bb1c
commit aaac12514d
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
* 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 <gmorris@ast.cam.ac.uk>
* calendar.texi: Delete file (and move contents to emacs-xtra.texi

View file

@ -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.