From: Kim F. Storm Date: Mon, 15 Nov 2004 23:32:52 +0000 (+0000) Subject: (Fposn_at_point): Remove extra */ after doc string. X-Git-Tag: ttn-vms-21-2-B4~3911 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f1657f036c94543db5f8a9f6554c440355d5065;p=emacs.git (Fposn_at_point): Remove extra */ after doc string. Reported by Andrew M. Scott. --- diff --git a/src/keyboard.c b/src/keyboard.c index 90da03256c9..59dc6e214e5 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10527,7 +10527,7 @@ a mouse click at the upper left corner of the glyph corresponding 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; {