emacs-diffs
[Top][All Lists]
Advanced

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

master 051d31c: Clarify wording


From: Richard M. Stallman
Subject: master 051d31c: Clarify wording
Date: Wed, 14 Oct 2020 19:18:01 -0400 (EDT)

branch: master
commit 051d31cc797e3601b4a8704bc62343f633cba423
Author: Richard M Stallman <rms@gnu.org>
Commit: Richard Stallman <rms@gnu.org>

    Clarify wording
    
    Clarify doc string of line-to-top-of-window.
---
 doc/lispintro/emacs-lisp-intro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 1bd2849..b13b162 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -17523,7 +17523,7 @@ Here is the definition:
 ;;; Line to top of window;
 ;;; replace three keystroke sequence  C-u 0 C-l
 (defun line-to-top-of-window ()
-  "Move the line point is on to top of window."
+  "Move the line that point is on to top of window."
   (interactive)
   (recenter 0))
 @end group



reply via email to

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