aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorLuc Teirlinck2005-03-28 02:43:22 +0000
committerLuc Teirlinck2005-03-28 02:43:22 +0000
commitaaac12514d92237420d5d2834fe9dd4f2bbfc2ce (patch)
tree844521fef75711b05564ae47431aa4b9d728f9e6 /lispref
parentf141c9bb1c858fb3c74e16cb34f52440efe33184 (diff)
downloademacs-aaac12514d92237420d5d2834fe9dd4f2bbfc2ce.tar.gz
emacs-aaac12514d92237420d5d2834fe9dd4f2bbfc2ce.zip
(Other Font Lock Variables): font-lock-fontify-block is now bound to M-o M-o.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog7
-rw-r--r--lispref/modes.texi2
2 files changed, 8 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e6c901f786e..cf86afc4e45 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,10 @@
12005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2
3 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4 is now bound to M-o M-o.
5
6 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7
12005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk> 82005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2 9
3 * calendar.texi: Delete file (and move contents to emacs-xtra.texi 10 * 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.
2349@defvar font-lock-mark-block-function 2349@defvar font-lock-mark-block-function
2350If this variable is non-@code{nil}, it should be a function that is 2350If this variable is non-@code{nil}, it should be a function that is
2351called with no arguments, to choose an enclosing range of text for 2351called with no arguments, to choose an enclosing range of text for
2352refontification for the command @kbd{M-g M-g} 2352refontification for the command @kbd{M-o M-o}
2353(@code{font-lock-fontify-block}). 2353(@code{font-lock-fontify-block}).
2354 2354
2355The function should report its choice by placing the region around it. 2355The function should report its choice by placing the region around it.