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

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

[elpa] externals/olivetti c759791 036/134: Added missing doc to olivetti


From: Stefan Monnier
Subject: [elpa] externals/olivetti c759791 036/134: Added missing doc to olivetti-set-width
Date: Thu, 25 Apr 2019 09:57:23 -0400 (EDT)

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

    Added missing doc to olivetti-set-width
---
 olivetti.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/olivetti.el b/olivetti.el
index c63e2d4..f32e3ed 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -170,6 +170,9 @@ face, scale N by that factor, otherwise scale by 1."
                  (car (get 'olivetti-body-width 'standard-value)))))))
 
 (defun olivetti-set-width (n)
+  "Set text body width to N with relative margins.
+N may be an integer specifying columns or a float specifying a
+fraction of the window width."
   (interactive
    (list (or current-prefix-arg
              (read-number "Set text body width (integer or float): "



reply via email to

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