diff options
Diffstat (limited to 'lisp/ses.el')
-rw-r--r-- | lisp/ses.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ses.el b/lisp/ses.el index d799be032ab..b50a441d261 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -52,7 +52,7 @@ :group 'ses :type '(cons (integer :tag "numrows") (integer :tag "numcols"))) -(defcustom ses-initial-column-width 7 +(defcustom ses-initial-column-width 14 "Initial width of columns in a new spreadsheet." :group 'ses :type '(integer :match (lambda (widget value) (> value 0)))) |