branch: externals/topspace
commit 86efd067c873f97ab51c194335ae79e095aab6dc
Author: Trevor Pogue <[email protected]>
Commit: Trevor Pogue <[email protected]>
Update description
---
README.md | 2 +-
topspace.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 67002f71ce..6f26ddd1a8 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
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
diff --git a/topspace.el b/topspace.el
index 6e88663d2e..63d967f736 100644
--- a/topspace.el
+++ b/topspace.el
@@ -28,7 +28,7 @@
;; 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
@@ -776,7 +776,7 @@ 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