diff options
| author | Kim F. Storm | 2004-11-15 23:32:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-15 23:32:52 +0000 |
| commit | 8f1657f036c94543db5f8a9f6554c440355d5065 (patch) | |
| tree | 21382d5e490d7ae6cba27074fc479d0da97abd68 /src | |
| parent | c482cf97b84b41866ce85824851df127acca9596 (diff) | |
| download | emacs-8f1657f036c94543db5f8a9f6554c440355d5065.tar.gz emacs-8f1657f036c94543db5f8a9f6554c440355d5065.zip | |
(Fposn_at_point): Remove extra */ after doc string.
Reported by Andrew M. Scott.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 10527 | to the given buffer position: | 10527 | to the given buffer position: |
| 10528 | (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) | 10528 | (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) |
| 10529 | IMAGE (DX . DY) (WIDTH . HEIGHT)) | 10529 | IMAGE (DX . DY) (WIDTH . HEIGHT)) |
| 10530 | The `posn-' functions access elements of such lists. */*/) | 10530 | The `posn-' functions access elements of such lists. */) |
| 10531 | (pos, window) | 10531 | (pos, window) |
| 10532 | Lisp_Object pos, window; | 10532 | Lisp_Object pos, window; |
| 10533 | { | 10533 | { |