]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard.c (Fposn_at_point): Doc fix. (Bug#52092)
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2022 06:22:45 +0000 (09:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2022 06:22:45 +0000 (09:22 +0300)
src/keyboard.c

index 9865bc9add3b578c15ee0ddcbfe95c337427ca22..3d08aa5af44fb35ec11c628e3984c69b0ce42e33 100644 (file)
@@ -11393,6 +11393,9 @@ DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0,
        doc: /* Return position information for buffer position POS in WINDOW.
 POS defaults to point in WINDOW; WINDOW defaults to the selected window.
 
+If POS is in invisible text or is hidden by `display' properties,
+this function may report on buffer positions before or after POS.
+
 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