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

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

[elpa] externals/topspace 960c5cae34 022/181: Reflect changes to customi


From: ELPA Syncer
Subject: [elpa] externals/topspace 960c5cae34 022/181: Reflect changes to customization variable docstrings
Date: Tue, 23 Aug 2022 12:58:30 -0400 (EDT)

branch: externals/topspace
commit 960c5cae34062bffc6d3a541fbd558f918403e26
Author: Trevor Pogue <poguete@mcmaster.ca>
Commit: Trevor Pogue <poguete@mcmaster.ca>

    Reflect changes to customization variable docstrings
---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 05d433fa67..1a59397b93 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,19 @@ Bonus: If you use [`centered-cursor-mode`][1], this means 
that `topspace` will a
 ```
 (defcustom topspace-autocenter-buffers
   t
-  "Vertically center small buffers when first opened or window sizes change."
+  "Vertically center small buffers when first opened or window sizes change.
+
+This is done by automatically calling `topspace-recenter-buffer',
+which adds enough top space to center small buffers.
+Top space will not be added if the number of text lines in the buffer is larger
+than or close to the selected window's height.
+Customize `topspace-center-position' to adjust the centering position."
   :group 'topspace
   :type 'boolean)
 
 (defcustom topspace-center-position
   0.5
-  "Suggested position when centering buffers as a ratio of frame height.
+  "Target position when centering buffers as a ratio of frame height.
 A value from 0 to 1 where lower values center buffers higher up in the screen.
 
 Used in `topspace-recenter-buffer' when called or when opening/resizing buffers



reply via email to

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