]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify wording
authorRichard M Stallman <rms@gnu.org>
Wed, 14 Oct 2020 23:17:48 +0000 (19:17 -0400)
committerRichard Stallman <rms@gnu.org>
Wed, 14 Oct 2020 23:17:48 +0000 (19:17 -0400)
Clarify doc string of line-to-top-of-window.

doc/lispintro/emacs-lisp-intro.texi

index 1bd2849bb3ebf5daacd09a1dcc6990aa33603945..b13b16285c77c418cde35c07f8695792d842d3d3 100644 (file)
@@ -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