branch: externals/topspace commit 770de4987f4d4099cf800009de3603c19a48e331 Author: Trevor Pogue <pogu...@mcmaster.ca> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 502c7c4b57..be50e0337e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@  -Topspace is an emacs minor mode that lets you scroll above the top line to vertically center top text. +`topspace` is an emacs minor mode that lets you scroll above the top line to vertically center top text. -No new keybindings are required as topspace automatically works for any +No new keybindings are required as `topspace` automatically works for any commands or subsequent function calls which use `scroll-up`, `scroll-down`, or `recenter` as the underlying primitives for scrolling. This includes all scrolling commands/functions available in Emacs that the author is aware of.