emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 597c59078e: ; * src/keyboard.c (Fposn_at_point): Doc fix. (Bug


From: Eli Zaretskii
Subject: emacs-28 597c59078e: ; * src/keyboard.c (Fposn_at_point): Doc fix. (Bug#52092)
Date: Sat, 24 Sep 2022 02:23:26 -0400 (EDT)

branch: emacs-28
commit 597c59078ec3cc352562bfe4898072ee11ad8b0b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/keyboard.c (Fposn_at_point): Doc fix.  (Bug#52092)
---
 src/keyboard.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/keyboard.c b/src/keyboard.c
index 9865bc9add..3d08aa5af4 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]