]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fill Commands): Replace `M-s' with `M-o M-s'.
authorJuri Linkov <juri@jurta.org>
Mon, 29 Dec 2008 00:19:35 +0000 (00:19 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 29 Dec 2008 00:19:35 +0000 (00:19 +0000)
doc/emacs/ChangeLog
doc/emacs/text.texi

index e2eb228deaaaf76cadfceb57469286747704b6d4..37f8bc514a221f82c2bca08ee1f7c45c95b635ab 100644 (file)
@@ -1,3 +1,9 @@
+2008-12-29  Juri Linkov  <juri@jurta.org>
+
+       * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
+
+       * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
+
 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
 
        * misc.texi (Goto Address mode): Rename from Goto-address.  Refer to
index ee1c6be7fd59f4353ffda2b64d14cc0f365f71c5..43d620ae876304fd0082c4a0b142ec8b5e910977 100644 (file)
@@ -475,7 +475,7 @@ Set the fill column (@code{set-fill-column}).
 Fill each paragraph in the region (@code{fill-region}).
 @item M-x fill-region-as-paragraph
 Fill the region, considering it as one paragraph.
-@item M-s
+@item M-o M-s
 Center a line.
 @end table
 
@@ -509,10 +509,10 @@ the extra spaces, use @kbd{M-q} with no argument.  (Likewise for
 other styles of filling, is with the @code{justification} text
 property; see @ref{Format Justification}.
 
-@kindex M-s @r{(Text mode)}
+@kindex M-o M-s @r{(Text mode)}
 @cindex centering
 @findex center-line
-  The command @kbd{M-s} (@code{center-line}) centers the current line
+  The command @kbd{M-o M-s} (@code{center-line}) centers the current line
 within the current fill column.  With an argument @var{n}, it centers
 @var{n} lines individually and moves past them.  This binding is
 made by Text mode and is available only in that and related modes