emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/olivetti e515385 083/134: Docstring update


From: Stefan Monnier
Subject: [elpa] externals/olivetti e515385 083/134: Docstring update
Date: Thu, 25 Apr 2019 09:57:33 -0400 (EDT)

branch: externals/olivetti
commit e5153850ab626699109d93ab0afb6e3aea48f8b8
Author: Paul Rankin <address@hidden>
Commit: Paul Rankin <address@hidden>

    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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]