]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix to clarify a sentence in emacs-lisp-intro
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Oct 2021 12:43:11 +0000 (14:43 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Oct 2021 12:44:13 +0000 (14:44 +0200)
* doc/lispintro/emacs-lisp-intro.texi (Simple Extension): Add the word
"that" for clarity.  (Bug#43965)

doc/lispintro/emacs-lisp-intro.texi

index 32c39c7261b4c56af955c1d7f745adb29fedbe0f..6ecd552ebb00dd1d7d33014c1c4230c583f5a970 100644 (file)
@@ -17456,9 +17456,9 @@ Manual}, for more information.
 @findex line-to-top-of-window
 @cindex Simple extension in @file{.emacs} file
 
-Here is a simple extension to Emacs that moves the line point is on to
-the top of the window.  I use this all the time, to make text easier
-to read.
+Here is a simple extension to Emacs that moves the line that point is
+on to the top of the window.  I use this all the time, to make text
+easier to read.
 
 You can put the following code into a separate file and then load it
 from your @file{.emacs} file, or you can include it within your