emacs-diffs
[Top][All Lists]
Advanced

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

master 57c552b8b90 2/2: ; * src/cm.c (cmgoto): Fix last change.


From: Eli Zaretskii
Subject: master 57c552b8b90 2/2: ; * src/cm.c (cmgoto): Fix last change.
Date: Fri, 27 Sep 2024 02:19:49 -0400 (EDT)

branch: master
commit 57c552b8b9071b137451299534bd870616b952e9
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/cm.c (cmgoto): Fix last change.
---
 src/cm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cm.c b/src/cm.c
index e1014af5298..8eb799c9eb6 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -317,7 +317,7 @@ losecursor (void)
 #define        USELL   2
 #define        USECR   3
 
-/* Move the cursor to (row, col), by computing the optimal way. */
+/* Move the cursor to (ROW, COL), by computing the optimal way.  */
 
 void
 cmgoto (struct tty_display_info *tty, int row, int col)



reply via email to

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