1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Clarify wording

Clarify doc string of line-to-top-of-window.
This commit is contained in:
Richard M Stallman 2020-10-14 19:17:48 -04:00 committed by Richard Stallman
parent e8752cf7a9
commit 051d31cc79

View 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