From 7ee46a2cfa4ff701e0e18c8cf28150a5bece5fa8 2014-08-23 16:05:36 From: Sergey Pashinin Date: 2014-08-23 16:05:36 Subject: [PATCH] Docstring fix --- diff --git a/src/workgroups-variables.el b/src/workgroups-variables.el index aeac332b3b1d2c78cf214b86e1c21788aae10b74..046277127c68edf3e5e5563c84d833d97d3df43a 100644 --- a/src/workgroups-variables.el +++ b/src/workgroups-variables.el @@ -339,7 +339,7 @@ workgroups' undo info to be updated.") ;; wconfig restoration (defvar wg-window-min-width 2 - "Bound to `window-min-width' when restoring wtrees. ") + "Bound to `window-min-width' when restoring wtrees.") (defvar wg-window-min-height 1 "Bound to `window-min-height' when restoring wtrees.")