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:
parent
e8752cf7a9
commit
051d31cc79
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue