summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-01-23 20:38:54 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-01-23 20:40:07 +0100
commit259edd435e0c02c3c906e8b34e7ece37724ccf11 (patch)
tree42a012a41c0604572d073da97ad644c64c9887c5 /etc
parent7c9841b8428edfbc369eccf54788b668d4b27328 (diff)
downloademacs-259edd435e0c02c3c906e8b34e7ece37724ccf11.tar.gz
Add a mechanism for buffer-local thing-at-points
* doc/lispref/text.texi (Buffer Contents): Document it. * lisp/thingatpt.el (thing-at-point-provider-alist): New variable. (thing-at-point): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 357c75b7e96..6a80493e239 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1564,6 +1564,12 @@ that makes it a valid button.
*** New macro `named-let` that provides Scheme's "named let" looping construct
+** thingatpt
+
++++
+*** New variable 'thing-at-point-provider-alist'.
+This allows mode-specific alterations to how `thing-at-point' works.
+
** Miscellaneous
---