branch: externals/topspace commit 9dd0ce4d42060986709dbaac2241dc9c0fab1f98 Author: Trevor Pogue <pogu...@mcmaster.ca> Commit: Trevor Pogue <pogu...@mcmaster.ca>
Update description --- README.md | 2 +- topspace.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d10cb0a44f..5a8b2fcd03 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ <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 very 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, as if the buffer contains additional blank lines above 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 a6a9785ce1..d02fedbb63 100644 --- a/topspace.el +++ b/topspace.el @@ -27,7 +27,7 @@ ;;; Commentary: ;; TopSpace provides the ability to scroll down the first line of a buffer -;; to be below the very top of the window, as if the buffer contains +;; to be below the top of the window, as if the buffer contains ;; additional blank lines above 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 @@ -774,7 +774,7 @@ 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 very top of the window, as if the buffer contains +to be below the top of the window, as if the buffer contains additional blank lines above 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