/[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.144 by monnier, Mon Apr 29 04:01:31 2002 UTC revision 1.145 by lektu, Fri Sep 6 07:18:44 2002 UTC
# Line 1094  JUSTIFY to justify paragraphs (prefix ar Line 1094  JUSTIFY to justify paragraphs (prefix ar
1094  When filling a mail message, pass a regexp for CITATION-REGEXP  When filling a mail message, pass a regexp for CITATION-REGEXP
1095  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
1096  plus whitespace, but no other kind of prefix.  plus whitespace, but no other kind of prefix.
1097  Also, if CITATION-REGEXP is non-nil,  don't fill header lines."  Also, if CITATION-REGEXP is non-nil, don't fill header lines."
1098    (interactive (progn    (interactive (progn
1099                   (barf-if-buffer-read-only)                   (barf-if-buffer-read-only)
1100                   (list (region-beginning) (region-end)                   (list (region-beginning) (region-end)
# Line 1124  JUSTIFY to justify paragraphs (prefix ar Line 1124  JUSTIFY to justify paragraphs (prefix ar
1124  When filling a mail message, pass a regexp for CITATION-REGEXP  When filling a mail message, pass a regexp for CITATION-REGEXP
1125  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
1126  plus whitespace, but no other kind of prefix.  plus whitespace, but no other kind of prefix.
1127  Also, if CITATION-REGEXP is non-nil,  don't fill header lines."  Also, if CITATION-REGEXP is non-nil, don't fill header lines."
1128    (interactive (progn    (interactive (progn
1129                   (barf-if-buffer-read-only)                   (barf-if-buffer-read-only)
1130                   (list (region-beginning) (region-end)                   (list (region-beginning) (region-end)

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145

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