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

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

[elpa] externals/olivetti 16d0885 035/134: Fix "modeline" => "mode-line"


From: Stefan Monnier
Subject: [elpa] externals/olivetti 16d0885 035/134: Fix "modeline" => "mode-line"
Date: Thu, 25 Apr 2019 09:57:23 -0400 (EDT)

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

    Fix "modeline" => "mode-line"
---
 olivetti.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/olivetti.el b/olivetti.el
index d2ee0d4..c63e2d4 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -37,7 +37,7 @@
 ;; - If `olivetti-body-width` is an integer, the text body width will scale
 ;;   with use of `text-scale-mode`, whereas if a fraction (float) then the
 ;;   text body width will remain at that fraction.
-;; - Optionally hide the modeline for distraction-free writing.
+;; - Optionally hide the mode-line for distraction-free writing.
 
 ;; Requirements
 ;; ------------
@@ -190,8 +190,8 @@ face, scale N by that factor, otherwise scale by 1."
                       0)))
     (set-window-margins (selected-window) margin margin)))
 
-(defun olivetti-toggle-hide-modeline ()
-  "Toggle the visibility of the modeline.
+(defun olivetti-toggle-hide-mode-line ()
+  "Toggle the visibility of the mode-line.
 Toggles the value of `olivetti-hide-mode-line' and runs
 `olivetti-set-mode-line'."
   (interactive)



reply via email to

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