Fix typo in:
authorSimon Josefsson <jas@extundo.com>
Sat, 12 Jan 2002 12:05:41 +0000 (12:05 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 12 Jan 2002 12:05:41 +0000 (12:05 +0000)
* flow-fill.el (fill-flowed-display-column)
(fill-flowed-encode-columnq): New variables.  Suggested by
Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
(fill-flowed-encode, fill-flowed): Use them.

lisp/flow-fill.el

index 4f6b268..7fec21b 100644 (file)
@@ -60,7 +60,7 @@ This can be a lisp expression or an integer."
                 (sexp)
                 (integer)))
 
-(defcustom fill-flowed-encode-columnq 66
+(defcustom fill-flowed-encode-column 66
   "Column beyond which format=flowed lines are wrapped, in outgoing messages.
 This can be a lisp expression or an integer.
 RFC 2646 suggests 66 characters for readability."