diff options
| author | Richard M. Stallman | 1994-05-19 04:30:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-19 04:30:14 +0000 |
| commit | ea48c94dfd6a23d07bc03791b5f8a4f535f6c0f8 (patch) | |
| tree | 46b22ce4217d6ca2f7435884f7875f5b9d9afab0 | |
| parent | 872157e774428695d1f9a4f2887782151d43510f (diff) | |
| download | emacs-ea48c94dfd6a23d07bc03791b5f8a4f535f6c0f8.tar.gz emacs-ea48c94dfd6a23d07bc03791b5f8a4f535f6c0f8.zip | |
(posn-col-row): Doc fix.
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 412 | (nth 2 position)) | 412 | (nth 2 position)) |
| 413 | 413 | ||
| 414 | (defsubst posn-col-row (position) | 414 | (defsubst posn-col-row (position) |
| 415 | "Return the row and column in POSITION, measured in characters. | 415 | "Return the column and row in POSITION, measured in characters. |
| 416 | POSITION should be a list of the form | 416 | POSITION should be a list of the form |
| 417 | (WINDOW BUFFER-POSITION (X . Y) TIMESTAMP) | 417 | (WINDOW BUFFER-POSITION (X . Y) TIMESTAMP) |
| 418 | as returned by the `event-start' and `event-end' functions." | 418 | as returned by the `event-start' and `event-end' functions." |