]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/cm.c (cmgoto): Add function documentation (bug#73487).
authorJeremy Bryant <jb@jeremybryant.net>
Wed, 25 Sep 2024 21:28:04 +0000 (22:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:24:11 +0000 (12:24 +0200)
(cherry picked from commit bfbed2f3ee40ac6dba46e80d1665a820d64ba091)

src/cm.c

index ad419ce0af128c1251a4e180f59fdc31066a4c1a..e1014af5298c25fcda2c346887104c974424c1f2 100644 (file)
--- a/src/cm.c
+++ b/src/cm.c
@@ -317,6 +317,8 @@ losecursor (void)
 #define        USELL   2
 #define        USECR   3
 
+/* Move the cursor to (row, col), by computing the optimal way. */
+
 void
 cmgoto (struct tty_display_info *tty, int row, int col)
 {