/[emacs]/emacs/lisp/gnus/flow-fill.el
ViewVC logotype

Diff of /emacs/lisp/gnus/flow-fill.el

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

revision 1.6 by rsteib, Wed Sep 8 18:17:56 2004 UTC revision 1.7 by miles, Mon Sep 20 12:03:04 2004 UTC
# Line 56  Line 56 
56  (defcustom fill-flowed-display-column 'fill-column  (defcustom fill-flowed-display-column 'fill-column
57    "Column beyond which format=flowed lines are wrapped, when displayed.    "Column beyond which format=flowed lines are wrapped, when displayed.
58  This can be a Lisp expression or an integer."  This can be a Lisp expression or an integer."
59      :version "21.4"
60    :group 'mime-display    :group 'mime-display
61    :type '(choice (const :tag "Standard `fill-column'" fill-column)    :type '(choice (const :tag "Standard `fill-column'" fill-column)
62                   (const :tag "Fit Window" (- (window-width) 5))                   (const :tag "Fit Window" (- (window-width) 5))
# Line 66  This can be a Lisp expression or an inte Line 67  This can be a Lisp expression or an inte
67    "Column beyond which format=flowed lines are wrapped, in outgoing messages.    "Column beyond which format=flowed lines are wrapped, in outgoing messages.
68  This can be a Lisp expression or an integer.  This can be a Lisp expression or an integer.
69  RFC 2646 suggests 66 characters for readability."  RFC 2646 suggests 66 characters for readability."
70      :version "21.4"
71    :group 'mime-display    :group 'mime-display
72    :type '(choice (const :tag "Standard fill-column" fill-column)    :type '(choice (const :tag "Standard fill-column" fill-column)
73                   (const :tag "RFC 2646 default (66)" 66)                   (const :tag "RFC 2646 default (66)" 66)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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