branch: externals/olivetti commit be11f325f4b09f29420c96127c8562a0f09c8cf8 Author: Paul Rankin <he...@paulwrankin.com> Commit: Paul Rankin <he...@paulwrankin.com>
Fixing typo --- olivetti.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olivetti.el b/olivetti.el index e79f955..af78486 100644 --- a/olivetti.el +++ b/olivetti.el @@ -260,7 +260,7 @@ If prefixed with ARG, incrementally decrease." (define-key map "[" 'olivetti-shrink) map))) (defun olivetti-shrink (&optional arg) - "incrementally decrease the value of `olivetti-body-width'. + "Incrementally decrease the value of `olivetti-body-width'. If prefixed with ARG, incrementally increase." (interactive "P")