diff options
| author | Richard M. Stallman | 2003-02-26 09:56:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-02-26 09:56:08 +0000 |
| commit | e93a29b0dd564659357ab897daf7bcec1e3e8f75 (patch) | |
| tree | 79c3289e9529a81c013d3b9f7d1fee9d12d17c9b | |
| parent | f31431028fbeef4d4ebc3620b0498aa3856514b6 (diff) | |
| download | emacs-e93a29b0dd564659357ab897daf7bcec1e3e8f75.tar.gz emacs-e93a29b0dd564659357ab897daf7bcec1e3e8f75.zip | |
M-s is only available in Text mode and its submodes.
| -rw-r--r-- | man/text.texi | 4 |
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 |
| 534 | within the current fill column. With an argument @var{n}, it centers | 534 | within 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 |
| 536 | made 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 |