emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 7cb4637: Minor fix to clarify a sentence in emacs-lisp-intro


From: Stefan Kangas
Subject: emacs-28 7cb4637: Minor fix to clarify a sentence in emacs-lisp-intro
Date: Mon, 11 Oct 2021 08:44:18 -0400 (EDT)

branch: emacs-28
commit 7cb463792334d6f59cdfc89165bac2d7783e3913
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Minor fix to clarify a sentence in emacs-lisp-intro
    
    * doc/lispintro/emacs-lisp-intro.texi (Simple Extension): Add the word
    "that" for clarity.  (Bug#43965)
---
 doc/lispintro/emacs-lisp-intro.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 32c39c7..6ecd552 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]