diff options
author | Dave Love <fx@gnu.org> | 2000-01-05 23:02:56 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-01-05 23:02:56 +0000 |
commit | dbab15b98cbd0a41447cd7cd3a1cfbcb31c8ff02 (patch) | |
tree | a2c0a28c1dc9e1f2627a2dacdbdce2e3246c1278 /man/text.texi | |
parent | c90e1eb8a8a748946b6464b6cbd13a4fc0d3b828 (diff) | |
download | emacs-dbab15b98cbd0a41447cd7cd3a1cfbcb31c8ff02.tar.gz emacs-dbab15b98cbd0a41447cd7cd3a1cfbcb31c8ff02.tar.bz2 emacs-dbab15b98cbd0a41447cd7cd3a1cfbcb31c8ff02.zip |
Mention Autotype.
paragraph-indent-minor-mode.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/text.texi b/man/text.texi index 273a3d42f3e..9fbbd017222 100644 --- a/man/text.texi +++ b/man/text.texi @@ -49,6 +49,9 @@ Then the formatting appears on the screen in Emacs while you edit. @xref{Formatted Text}. @end iftex + The `automatic typing' features may be useful when writing text. +@xref{Top, Autotyping, autotype, Features for Automatic Typing}. + @menu * Words:: Moving over and killing words. * Sentences:: Moving over and killing sentences. @@ -785,12 +788,15 @@ underlines are considered part of words. @cindex Paragraph-Indent Text mode @cindex mode, Paragraph-Indent Text @findex paragraph-indent-text-mode +@findex paragraph-indent-minor-mode If you indent the first lines of paragraphs, then you should use Paragraph-Indent Text mode rather than Text mode. In this mode, you do not need to have blank lines between paragraphs, because the first-line indentation is sufficient to start a paragraph; however paragraphs in which every line is indented are not supported. Use @kbd{M-x -paragraph-indent-text-mode} to enter this mode. +paragraph-indent-text-mode} to enter this mode. Use @kbd{M-x +paragraph-indent-minor-mode} to enter an equivalent minor mode, for +instance during mail composition. @kindex M-TAB @r{(Text mode)} Text mode, and all the modes based on it, define @kbd{M-@key{TAB}} as |