From ea48c94dfd6a23d07bc03791b5f8a4f535f6c0f8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 May 1994 04:30:14 +0000 Subject: [PATCH] (posn-col-row): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 7e6a6c2d7ae..471d49a1ea9 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -412,7 +412,7 @@ as returned by the `event-start' and `event-end' functions." (nth 2 position)) (defsubst posn-col-row (position) - "Return the row and column in POSITION, measured in characters. + "Return the column and row in POSITION, measured in characters. POSITION should be a list of the form (WINDOW BUFFER-POSITION (X . Y) TIMESTAMP) as returned by the `event-start' and `event-end' functions." -- 2.39.5