changeset 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 db0a801acf33
children 2f12a89f27dd
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
 {