aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-09-23 18:24:32 +0000
committerRichard M. Stallman2005-09-23 18:24:32 +0000
commit7e88fc6c846874e399ee27a2a15233ea2b5002a5 (patch)
treeccf09ac2418b28d1075a82b0f9bd35d5170a5e00
parent913f73d4ee958218c5ce3b5a3957bee4f844f124 (diff)
downloademacs-7e88fc6c846874e399ee27a2a15233ea2b5002a5.tar.gz
emacs-7e88fc6c846874e399ee27a2a15233ea2b5002a5.zip
(Paragraphs): Correction about Paragraph-Indent Text mode.
-rw-r--r--man/text.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/text.texi b/man/text.texi
index 01cacc1a62e..5abb736a891 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -266,10 +266,11 @@ Put point and mark around this or next paragraph (@code{mark-paragraph}).
266 @kbd{M-@{} moves to the beginning of the current or previous 266 @kbd{M-@{} moves to the beginning of the current or previous
267paragraph, while @kbd{M-@}} moves to the end of the current or next 267paragraph, while @kbd{M-@}} moves to the end of the current or next
268paragraph. Blank lines and text-formatter command lines separate 268paragraph. Blank lines and text-formatter command lines separate
269paragraphs and are not considered part of any paragraph. In Indented 269paragraphs and are not considered part of any paragraph. In
270Text mode, but not in Text mode, an indented line also starts a new 270Paragraph-Indent Text mode, but not in Text mode, an indented line
271paragraph. If there is a blank line before the paragraph, @kbd{M-@{} 271also starts a new paragraph. If there is a blank line before the
272moves to the blank line, because that is convenient in practice. 272paragraph, @kbd{M-@{} moves to the blank line, because that is
273convenient in practice.
273 274
274 In major modes for programs, paragraphs begin and end only at blank 275 In major modes for programs, paragraphs begin and end only at blank
275lines. This makes the paragraph commands continue to be useful even 276lines. This makes the paragraph commands continue to be useful even