branch: externals/topspace commit d364f555502dc523e1ae1203f1662474d8d4521c Author: Trevor Pogue <pogu...@mcmaster.ca> Commit: Trevor Pogue <pogu...@mcmaster.ca>
Update description --- README.md | 5 ++++- topspace.el | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a8b2fcd03..774679b813 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ <a href="https://github.com/trevorpogue/topspace#extra-functions"> Extra functions</a> | <a href="https://github.com/trevorpogue/topspace#how-it-works"> How it works </a> ] -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, as if the buffer contains additional blank lines above the first line. +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. 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 d02fedbb63..257f3ebeaf 100644 --- a/topspace.el +++ b/topspace.el @@ -27,8 +27,8 @@ ;;; Commentary: ;; TopSpace provides the ability to scroll down the first line of a buffer -;; to be below the top of the window, as if the buffer contains -;; additional blank lines above the first line. +;; 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. ;; 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. @@ -774,8 +774,8 @@ Topspace will not be enabled for: "Scroll down & recenter line 1 to be below the top of the window. TopSpace provides the ability to scroll down the first line of a buffer -to be below the top of the window, as if the buffer contains -additional blank lines above the first line. +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. 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.