summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2019-05-07 18:15:35 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-05-16 06:53:05 -0400
commit04e9938350d3820648d28d7cf4aa1885a08fd9b7 (patch)
tree17d94d6502a0de7d3fc7e27833b5fc7035c3400b /etc
parent88cc910abee32df385e9596d2390ae010a5e6650 (diff)
downloademacs-04e9938350d3820648d28d7cf4aa1885a08fd9b7.tar.gz
Accept NO-PROPERTIES in thing-at-point aliases (Bug#35491)
* lisp/thingatpt.el (word-at-point, sentence-at-point): Accept and pass NO-PROPERTIES to thing-at-point. * etc/NEWS: Announce change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 699a04b5246..ce637a7679b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1283,11 +1283,18 @@ automatically updates. In the buffer, you can use 's q' or 's e' to
signal a thread with quit or error respectively, or get a snapshot
backtrace with 'b'.
+
+** thingatpt.el
+
---
-** thingatpt.el supports a new "thing" called 'uuid'.
+*** 'thing-at-point' supports a new "thing" called 'uuid'.
A symbol 'uuid' can be passed to 'thing-at-point' and it returns the
UUID at point.
+---
+*** 'word-at-point' and 'sentence-at-point' accept NO-PROPERTIES.
+Just like 'thing-at-point' itself.
+
** Interactive automatic highlighting
+++