From 051d31cc797e3601b4a8704bc62343f633cba423 Mon Sep 17 00:00:00 2001 From: Richard M Stallman Date: Wed, 14 Oct 2020 19:17:48 -0400 Subject: [PATCH] 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 1bd2849bb3e..b13b16285c7 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 -- 2.39.5