aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-12-29 00:19:35 +0000
committerJuri Linkov2008-12-29 00:19:35 +0000
commit2e4667d1caa14fe1bf28f64be4e4d726f70cdef8 (patch)
tree1c963ca0e1935b663a77af9c66dbcd56a1ee9fe2
parent69e9caddafd1d8695d622156b56be7246f3c2250 (diff)
downloademacs-2e4667d1caa14fe1bf28f64be4e4d726f70cdef8.tar.gz
emacs-2e4667d1caa14fe1bf28f64be4e4d726f70cdef8.zip
(Fill Commands): Replace `M-s' with `M-o M-s'.
-rw-r--r--doc/emacs/ChangeLog6
-rw-r--r--doc/emacs/text.texi6
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index e2eb228deaa..37f8bc514a2 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,9 @@
12008-12-29 Juri Linkov <juri@jurta.org>
2
3 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
4
5 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
6
12008-12-28 Chong Yidong <cyd@stupidchicken.com> 72008-12-28 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to 9 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index ee1c6be7fd5..43d620ae876 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -475,7 +475,7 @@ Set the fill column (@code{set-fill-column}).
475Fill each paragraph in the region (@code{fill-region}). 475Fill each paragraph in the region (@code{fill-region}).
476@item M-x fill-region-as-paragraph 476@item M-x fill-region-as-paragraph
477Fill the region, considering it as one paragraph. 477Fill the region, considering it as one paragraph.
478@item M-s 478@item M-o M-s
479Center a line. 479Center a line.
480@end table 480@end table
481 481
@@ -509,10 +509,10 @@ the extra spaces, use @kbd{M-q} with no argument. (Likewise for
509other styles of filling, is with the @code{justification} text 509other styles of filling, is with the @code{justification} text
510property; see @ref{Format Justification}. 510property; see @ref{Format Justification}.
511 511
512@kindex M-s @r{(Text mode)} 512@kindex M-o M-s @r{(Text mode)}
513@cindex centering 513@cindex centering
514@findex center-line 514@findex center-line
515 The command @kbd{M-s} (@code{center-line}) centers the current line 515 The command @kbd{M-o M-s} (@code{center-line}) centers the current line
516within the current fill column. With an argument @var{n}, it centers 516within the current fill column. With an argument @var{n}, it centers
517@var{n} lines individually and moves past them. This binding is 517@var{n} lines individually and moves past them. This binding is
518made by Text mode and is available only in that and related modes 518made by Text mode and is available only in that and related modes