]> git.eshelyaron.com Git - emacs.git/commit
Document the non-effect of narrowing on get-text-property
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Apr 2022 11:04:28 +0000 (13:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Apr 2022 11:04:28 +0000 (13:04 +0200)
commit6db90a412ac3aac6ff44d0d92ac26b2ecb228071
treede2500aa9a941e42fe6aa64b99921c48f436e96a
parent8a007ebc2e62ce77dd34b22a017c1ce6f5d2672c
Document the non-effect of narrowing on get-text-property

* doc/lispref/text.texi (Examining Properties): Document
surprising non-effect of narrowing (bug#16413).

* src/textprop.c (Ftext_properties_at, Fget_text_property):
Mention narrowing.
doc/lispref/text.texi
src/textprop.c