]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/cm.c (cmgoto): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Sep 2024 06:19:19 +0000 (09:19 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:24:13 +0000 (12:24 +0200)
(cherry picked from commit 57c552b8b9071b137451299534bd870616b952e9)

src/cm.c

index e1014af5298c25fcda2c346887104c974424c1f2..8eb799c9eb69761f30fa19acb814184a98fcab84 100644 (file)
--- 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)