]> git.eshelyaron.com Git - emacs.git/commitdiff
(Other Font Lock Variables): font-lock-fontify-block is now bound to M-o M-o.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 28 Mar 2005 02:43:22 +0000 (02:43 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 28 Mar 2005 02:43:22 +0000 (02:43 +0000)
lispref/ChangeLog
lispref/modes.texi

index e6c901f786e036948706fb82fd4e910f47dac3e7..cf86afc4e4577418e53304bbb2eab2b3bfc38380 100644 (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
index 9464f900d4fef310cec44f7a6e39c91ce94a9eaa..f2cfcd2eb8c202b93783e146c3f0ff6ee401d1a4 100644 (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.