aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2022-09-24 10:32:39 -0400
committerStefan Monnier2022-09-24 10:32:39 -0400
commit0cc107ac090a67a01e237d48ee5c158eb95f6337 (patch)
tree49118d502cf9168492895ff956a800cb47e4f53b /src
parent2bacd9115f15111a2b229ea21776bab2fd5839b1 (diff)
parent583ebfa4148a817e144fe0f517e2ea81530f252c (diff)
downloademacs-0cc107ac090a67a01e237d48ee5c158eb95f6337.tar.gz
emacs-0cc107ac090a67a01e237d48ee5c158eb95f6337.zip
Merge branch 'emacs-28'
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index ca51c80da04..da244904a4a 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11797,6 +11797,9 @@ DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_point, 0, 2, 0,
11797 doc: /* Return position information for buffer position POS in WINDOW. 11797 doc: /* Return position information for buffer position POS in WINDOW.
11798POS defaults to point in WINDOW; WINDOW defaults to the selected window. 11798POS defaults to point in WINDOW; WINDOW defaults to the selected window.
11799 11799
11800If POS is in invisible text or is hidden by `display' properties,
11801this function may report on buffer positions before or after POS.
11802
11800Return nil if POS is not visible in WINDOW. Otherwise, 11803Return nil if POS is not visible in WINDOW. Otherwise,
11801the return value is similar to that returned by `event-start' for 11804the return value is similar to that returned by `event-start' for
11802a mouse click at the upper left corner of the glyph corresponding 11805a mouse click at the upper left corner of the glyph corresponding