]> git.eshelyaron.com Git - emacs.git/commitdiff
(posn-col-row): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 May 1994 04:30:14 +0000 (04:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 May 1994 04:30:14 +0000 (04:30 +0000)
lisp/subr.el

index 7e6a6c2d7aefd052ce60148bb9cf4793b43fa7f6..471d49a1ea93e06bec6d23817e376b95c1dbcad5 100644 (file)
@@ -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."