comparison man/text.texi @ 82981:335d5c2fc901

Revision: miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2 Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0 Patches applied: * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224 Added sorted-doc to backup regex in lib-src. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483 Build-in-place tweak * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487 Tweak permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490 Update from CVS: man/fixit.texi (Spelling): Fix typo. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495 Update from CVS: Add missing lisp/mh-e files * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-522 Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 04 Sep 2004 12:01:21 +0000
parents 7186cf407b7a
children e48fd292dadd c08afac24467
comparison
equal deleted inserted replaced
82980:08aac74a5b90 82981:335d5c2fc901
262 @end table 262 @end table
263 263
264 @kbd{M-@{} moves to the beginning of the current or previous 264 @kbd{M-@{} moves to the beginning of the current or previous
265 paragraph, while @kbd{M-@}} moves to the end of the current or next 265 paragraph, while @kbd{M-@}} moves to the end of the current or next
266 paragraph. Blank lines and text-formatter command lines separate 266 paragraph. Blank lines and text-formatter command lines separate
267 paragraphs and are not considered part of any paragraph. In Fundamental 267 paragraphs and are not considered part of any paragraph. In Indented
268 mode, but not in Text mode, an indented line also starts a new 268 Text mode, but not in Text mode, an indented line also starts a new
269 paragraph. (If a paragraph is preceded by a blank line, these commands 269 paragraph. (If a paragraph is preceded by a blank line, these
270 treat that blank line as the beginning of the paragraph.) 270 commands treat that blank line as the beginning of the paragraph.)
271 271
272 In major modes for programs, paragraphs begin and end only at blank 272 In major modes for programs, paragraphs begin and end only at blank
273 lines. This makes the paragraph commands continue to be useful even 273 lines. This makes the paragraph commands continue to be useful even
274 though there are no paragraphs per se. 274 though there are no paragraphs per se.
275 275
298 that separate paragraphs without being part of any paragraph (for 298 that separate paragraphs without being part of any paragraph (for
299 example, blank lines). Lines that start a new paragraph and are 299 example, blank lines). Lines that start a new paragraph and are
300 contained in it must match only @code{paragraph-start}, not 300 contained in it must match only @code{paragraph-start}, not
301 @code{paragraph-separate}. For example, in Fundamental mode, 301 @code{paragraph-separate}. For example, in Fundamental mode,
302 @code{paragraph-start} is @w{@code{"[ \t\n\f]"}}, and 302 @code{paragraph-start} is @w{@code{"[ \t\n\f]"}}, and
303 @code{paragraph-separate} is @w{@code{"[ \t\f]*$"}}. 303 @code{paragraph-separate} is @w{@code{"\f\\|[ \t]*$"}}.
304 304
305 Normally it is desirable for page boundaries to separate paragraphs. 305 Normally it is desirable for page boundaries to separate paragraphs.
306 The default values of these variables recognize the usual separator for 306 The default values of these variables recognize the usual separator for
307 pages. 307 pages.
308 308