From: Richard M. Stallman Date: Mon, 21 Mar 2005 19:06:47 +0000 (+0000) Subject: (Format Faces): Replace old M-g key prefix with M-o. X-Git-Tag: ttn-vms-21-2-B4~1642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b91cc27c6e542bda4a6af49092cd59d2071002be;p=emacs.git (Format Faces): Replace old M-g key prefix with M-o. --- diff --git a/man/text.texi b/man/text.texi index 4b15eff4f12..327a03116f8 100644 --- a/man/text.texi +++ b/man/text.texi @@ -1981,34 +1981,34 @@ chosen face to the region. @xref{Faces}. You can also specify a face with these keyboard commands: @table @kbd -@kindex M-g d @r{(Enriched mode)} +@kindex M-o d @r{(Enriched mode)} @findex facemenu-set-default -@item M-g d +@item M-o d Set the region, or the next inserted character, to the @code{default} face (@code{facemenu-set-default}). -@kindex M-g b @r{(Enriched mode)} +@kindex M-o b @r{(Enriched mode)} @findex facemenu-set-bold -@item M-g b +@item M-o b Set the region, or the next inserted character, to the @code{bold} face (@code{facemenu-set-bold}). -@kindex M-g i @r{(Enriched mode)} +@kindex M-o i @r{(Enriched mode)} @findex facemenu-set-italic -@item M-g i +@item M-o i Set the region, or the next inserted character, to the @code{italic} face (@code{facemenu-set-italic}). -@kindex M-g l @r{(Enriched mode)} +@kindex M-o l @r{(Enriched mode)} @findex facemenu-set-bold-italic -@item M-g l +@item M-o l Set the region, or the next inserted character, to the @code{bold-italic} face (@code{facemenu-set-bold-italic}). -@kindex M-g u @r{(Enriched mode)} +@kindex M-o u @r{(Enriched mode)} @findex facemenu-set-underline -@item M-g u +@item M-o u Set the region, or the next inserted character, to the @code{underline} face (@code{facemenu-set-underline}). -@kindex M-g o @r{(Enriched mode)} +@kindex M-o o @r{(Enriched mode)} @findex facemenu-set-face -@item M-g o @var{face} @key{RET} +@item M-o o @var{face} @key{RET} Set the region, or the next inserted character, to the face @var{face} (@code{facemenu-set-face}). @end table