* lisp/woman.el (woman-fill-column): Increase default to 70.
This commit is contained in:
parent
d40cb52430
commit
75e3736ba1
1 changed files with 5 additions and 3 deletions
|
|
@ -841,10 +841,12 @@ Only useful when run on a graphic display such as X or MS-Windows."
|
|||
:tag "WoMan Formatting"
|
||||
:group 'woman)
|
||||
|
||||
(defcustom woman-fill-column 65
|
||||
"Right margin for formatted text -- default is 65."
|
||||
;; This could probably be 80 to match 'Man-width'.
|
||||
(defcustom woman-fill-column 70
|
||||
"Right margin for formatted text -- default is 70."
|
||||
:type 'natnum
|
||||
:group 'woman-formatting)
|
||||
:group 'woman-formatting
|
||||
:version "29.1")
|
||||
|
||||
(defcustom woman-fill-frame nil
|
||||
;; Based loosely on a suggestion by Theodore Jump:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue