From: Eli Zaretskii Date: Fri, 27 Sep 2024 06:19:19 +0000 (+0300) Subject: ; * src/cm.c (cmgoto): Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=980f9cdaa36c634f1d8518b971b4d203c1a5bd32;p=emacs.git ; * src/cm.c (cmgoto): Fix last change. (cherry picked from commit 57c552b8b9071b137451299534bd870616b952e9) --- 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)