branch: externals/olivetti
commit e5153850ab626699109d93ab0afb6e3aea48f8b8
Author: Paul Rankin <[email protected]>
Commit: Paul Rankin <[email protected]>
Docstring update
---
olivetti.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/olivetti.el b/olivetti.el
index 075f70c..cace303 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -188,8 +188,7 @@ Cycle through all windows displaying current buffer and call
(set-window-margins window nil))
(defun olivetti-split-window (&optional window size side pixelwise)
- "Call `split-window' after resetting WINDOW.
-If `olivetti-mode' is non-nil, call `olivetti-set-environment'."
+ "Call `split-window' after resetting WINDOW."
(olivetti-reset-window window)
(split-window window size side pixelwise))