branch: externals/topspace commit a3e7d6ce730a2bd28c2d59febeae915e6fa75485 Author: Trevor Pogue <pogu...@mcmaster.ca> Commit: Trevor Pogue <pogu...@mcmaster.ca>
Update description --- README.md | 3 ++- topspace.el | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 774679b813..67002f71ce 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ TopSpace is an Emacs minor mode that provides the ability to scroll down the first line of a buffer to be below the top of the window with blank lines drawn above it, -allowing the first line to be displayed in the center of the window. +allowing the first line to be displayed in the center of the window, +as if it weren't the first line. This is done by automatically drawing an upper margin/padding above line 1 as you recenter and scroll down top text, without modifying the underlying file. diff --git a/topspace.el b/topspace.el index 257f3ebeaf..6e88663d2e 100644 --- a/topspace.el +++ b/topspace.el @@ -28,7 +28,8 @@ ;; TopSpace provides the ability to scroll down the first line of a buffer ;; to be below the top of the window with blank lines drawn above it, -;; allowing the first line to be displayed in the center of the window. +;; allowing the first line to be displayed in the center of the window, +;; as if it weren't the first line. ;; This is done by automatically drawing an upper margin/padding above line 1 ;; as you recenter and scroll down top text, without modifying the ;; underlying file. @@ -775,7 +776,8 @@ Topspace will not be enabled for: TopSpace provides the ability to scroll down the first line of a buffer to be below the top of the window with blank lines drawn above it, -allowing the first line to be displayed in the center of the window. +allowing the first line to be displayed in the center of the window, +as if it weren't the first line. This is done by automatically drawing an upper margin/padding above line 1 as you recenter and scroll down top text, without modifying the underlying file.