projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed9677
)
; * src/keyboard.c (Fposn_at_point): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Feb 2017 08:41:21 +0000
(10:41 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Feb 2017 08:41:21 +0000
(10:41 +0200)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 3b6108bc99eb93481ec89005d302886e33291e22..1b8db6ae7316d993c33bcd3d98878805ef294188 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-10711,7
+10711,7
@@
POS defaults to point in WINDOW; WINDOW defaults to the selected window.
Return nil if POS is not visible in WINDOW. Otherwise,
the return value is similar to that returned by `event-start' for
a mouse click at the upper left corner of the glyph corresponding
-to
the
POS:
+to POS:
(WINDOW AREA-OR-POS (X . Y) TIMESTAMP OBJECT POS (COL . ROW)
IMAGE (DX . DY) (WIDTH . HEIGHT))
The `posn-' functions access elements of such lists. */)