diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-02-26 09:56:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-02-26 09:56:08 +0000 |
commit | e93a29b0dd564659357ab897daf7bcec1e3e8f75 (patch) | |
tree | 79c3289e9529a81c013d3b9f7d1fee9d12d17c9b | |
parent | f31431028fbeef4d4ebc3620b0498aa3856514b6 (diff) | |
download | emacs-e93a29b0dd564659357ab897daf7bcec1e3e8f75.tar.gz |
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}. @findex center-line The command @kbd{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. +@var{n} lines individually and moves past them. This binding is +made by Text mode and is available only in that and related modes +(@pxref{Text Mode}). @vindex fill-column @kindex C-x f |