aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2004-06-11 00:47:11 +0000
committerJuanma Barranquero2004-06-11 00:47:11 +0000
commit883d272ec3b298663a7f273b9abe38825e1d49b0 (patch)
treeca37cf2986d0e76d909de03262d4af0be760bd8f /src
parent9b9ceb6178003e97157f14dfcf2eee832b6fb6a2 (diff)
downloademacs-883d272ec3b298663a7f273b9abe38825e1d49b0.tar.gz
emacs-883d272ec3b298663a7f273b9abe38825e1d49b0.zip
(Fposn_at_point): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index ffa047b27d2..042c3108ca8 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -10539,7 +10539,7 @@ DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0,
10539POS defaults to point in WINDOW; WINDOW defaults to the selected window. 10539POS defaults to point in WINDOW; WINDOW defaults to the selected window.
10540 10540
10541Return nil if position is not visible in window. Otherwise, 10541Return nil if position is not visible in window. Otherwise,
10542the return value is similar to that returned by event-start for 10542the return value is similar to that returned by `event-start' for
10543a mouse click at the upper left corner of the glyph corresponding 10543a mouse click at the upper left corner of the glyph corresponding
10544to the given buffer position: 10544to the given buffer position:
10545 (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW) 10545 (WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW)