Mercurial > emacs
diff src/keyboard.c @ 58247:fdf2cb9626ab
(Fposn_at_point): Remove extra */ after doc string.
Reported by Andrew M. Scott.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Mon, 15 Nov 2004 23:32:52 +0000 |
| parents | 1d0d73492cd0 |
| children | 8e7e32dcc9e2 2a3f27a45698 b637c617432f |
line wrap: on
line diff
--- a/src/keyboard.c Mon Nov 15 23:32:33 2004 +0000 +++ b/src/keyboard.c Mon Nov 15 23:32:52 2004 +0000 @@ -10527,7 +10527,7 @@ to the given buffer position: (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) IMAGE (DX . DY) (WIDTH . HEIGHT)) -The `posn-' functions access elements of such lists. */*/) +The `posn-' functions access elements of such lists. */) (pos, window) Lisp_Object pos, window; {
