aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuanma Barranquero2019-11-22 21:10:49 +0100
committerJuanma Barranquero2019-11-22 21:10:49 +0100
commitb7d4c5d1d1b55fea8382663f18263e2000678be5 (patch)
treed6d0e7af6fc3a93152838f72b8a50352861e3154 /etc
parent0b4eec3169690dab5ffa5027770893fff87f505f (diff)
downloademacs-b7d4c5d1d1b55fea8382663f18263e2000678be5.tar.gz
emacs-b7d4c5d1d1b55fea8382663f18263e2000678be5.zip
help-follow-symbol now complains if no symbol found (bug#38248)
* lisp/help-mode.el (help-follow-symbol): Signal 'user-error' if there's no symbol at POS. * etc/NEWS: Document it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b92fdeb6757..ad349b1613a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2588,6 +2588,10 @@ pointer is over. To change this behaviour, you can customize the user
2588option 'mouse-wheel-follow-mouse'. Note that this will also affect 2588option 'mouse-wheel-follow-mouse'. Note that this will also affect
2589scrolling. 2589scrolling.
2590 2590
2591---
2592** help-follow-symbol now signals 'user-error' if point (or the
2593position pointed to by the argument POS) is not in a symbol.
2594
2591 2595
2592* Lisp Changes in Emacs 27.1 2596* Lisp Changes in Emacs 27.1
2593 2597