el/dot-emacs.el: Make `mdw-column-width' and `mdw-text-width' be user vars.
[profile] / el / dot-emacs.el
index e3e1b7c..ef705cd 100644 (file)
@@ -115,9 +115,9 @@ This may be at the expense of cool features.")
 
 (defvar mdw-column-width
   (string-to-number (or (mdw-config 'emacs-width) "77"))
-  "Width of Emacs columns.")
+  "*Width of Emacs columns.")
 (defvar mdw-text-width mdw-column-width
-  "Expected width of text within columns.")
+  "*Expected width of text within columns.")
 (put 'mdw-text-width 'safe-local-variable 'integerp)
 
 ;; Local variables hacking.