From 0543729ec57fc49d030f38763e5159cac539517f Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Sun, 22 Dec 2019 23:31:55 +0100 Subject: [PATCH] Fix typo --- HelpSource/Classes/EmacsBuffer.schelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelpSource/Classes/EmacsBuffer.schelp b/HelpSource/Classes/EmacsBuffer.schelp index 0f88df1..2cd72dd 100644 --- a/HelpSource/Classes/EmacsBuffer.schelp +++ b/HelpSource/Classes/EmacsBuffer.schelp @@ -72,7 +72,7 @@ p.front; :: METHOD:: gotoBob -Move the cursor (point in Emacs jargon) to thr beginning of the buffer. +Move the cursor (point in Emacs jargon) to the beginning of the buffer. METHOD:: gotoEob Move point to the end of the buffer.