aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-02-26 09:56:08 +0000
committerRichard M. Stallman2003-02-26 09:56:08 +0000
commite93a29b0dd564659357ab897daf7bcec1e3e8f75 (patch)
tree79c3289e9529a81c013d3b9f7d1fee9d12d17c9b
parentf31431028fbeef4d4ebc3620b0498aa3856514b6 (diff)
downloademacs-e93a29b0dd564659357ab897daf7bcec1e3e8f75.tar.gz
emacs-e93a29b0dd564659357ab897daf7bcec1e3e8f75.zip
M-s is only available in Text mode and its submodes.
-rw-r--r--man/text.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/text.texi b/man/text.texi
index 08b9e625b3c..bf68558d869 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -532,7 +532,9 @@ see @ref{Format Justification}.
532@findex center-line 532@findex center-line
533 The command @kbd{M-s} (@code{center-line}) centers the current line 533 The command @kbd{M-s} (@code{center-line}) centers the current line
534within the current fill column. With an argument @var{n}, it centers 534within the current fill column. With an argument @var{n}, it centers
535@var{n} lines individually and moves past them. 535@var{n} lines individually and moves past them. This binding is
536made by Text mode and is available only in that and related modes
537(@pxref{Text Mode}).
536 538
537@vindex fill-column 539@vindex fill-column
538@kindex C-x f 540@kindex C-x f