Mercurial > emacs
changeset 100746:f2a132c92d4a
(Fill Commands): Replace `M-s' with `M-o M-s'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 29 Dec 2008 00:19:24 +0000 |
parents | 058e21e78546 |
children | 8a18d05bf4d9 |
files | doc/emacs/text.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/text.texi Mon Dec 29 00:19:15 2008 +0000 +++ b/doc/emacs/text.texi Mon Dec 29 00:19:24 2008 +0000 @@ -475,7 +475,7 @@ 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 @@ 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