el/dot-emacs.el (mdw-set-frame-width): Add documentation.
[profile] / el / dot-emacs.el
index 9810267..ded4030 100644 (file)
@@ -241,6 +241,10 @@ fringes is not taken out of the allowance for WIDTH, unlike
     (select-window win)))
 
 (defun mdw-set-frame-width (columns &optional width)
+  "Set the current frame to be the correct width for COLUMNS columns.
+
+If WIDTH is non-nil, then it provides the width for the new columns.  (This
+can be set interactively with a prefix argument.)"
   (interactive "nColumns: 
 P")
   (setq width (if width (prefix-numeric-value width)