]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fposn_at_point): Remove extra */ after doc string.
authorKim F. Storm <storm@cua.dk>
Mon, 15 Nov 2004 23:32:52 +0000 (23:32 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 15 Nov 2004 23:32:52 +0000 (23:32 +0000)
Reported by Andrew M. Scott.

src/keyboard.c

index 90da03256c96e8ae5264b467ff5d0a044d9bc3b7..59dc6e214e52a0a6fd7490181c464c594905845a 100644 (file)
@@ -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;
 {