/[emacs]/emacs/lisp/textmodes/fill.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/fill.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.131 by monnier, Wed Aug 22 22:20:06 2001 UTC revision 1.131.4.1 by lektu, Fri Sep 6 09:39:30 2002 UTC
# Line 1112  JUSTIFY to justify paragraphs (prefix ar Line 1112  JUSTIFY to justify paragraphs (prefix ar
1112  When filling a mail message, pass a regexp for CITATION-REGEXP  When filling a mail message, pass a regexp for CITATION-REGEXP
1113  which will match the prefix of a line which is a citation marker  which will match the prefix of a line which is a citation marker
1114  plus whitespace, but no other kind of prefix.  plus whitespace, but no other kind of prefix.
1115  Also, if CITATION-REGEXP is non-nil,  don't fill header lines."  Also, if CITATION-REGEXP is non-nil, don't fill header lines."
1116    (interactive (progn    (interactive (progn
1117                   (barf-if-buffer-read-only)                   (barf-if-buffer-read-only)
1118                   (list (region-beginning) (region-end)                   (list (region-beginning) (region-end)
# Line 1142  JUSTIFY to justify paragraphs (prefix ar Line 1142  JUSTIFY to justify paragraphs (prefix ar
1142  When filling a mail message, pass a regexp for CITATION-REGEXP  When filling a mail message, pass a regexp for CITATION-REGEXP
1143  which will match the prefix of a line which is a citation marker  which will match the prefix of a line which is a citation marker
1144  plus whitespace, but no other kind of prefix.  plus whitespace, but no other kind of prefix.
1145  Also, if CITATION-REGEXP is non-nil,  don't fill header lines."  Also, if CITATION-REGEXP is non-nil, don't fill header lines."
1146    (interactive (progn    (interactive (progn
1147                   (barf-if-buffer-read-only)                   (barf-if-buffer-read-only)
1148                   (list (region-beginning) (region-end)                   (list (region-beginning) (region-end)

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.131.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26