aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier1999-10-13 16:14:15 +0000
committerStefan Monnier1999-10-13 16:14:15 +0000
commitaccd12667f307e6d60ab47d50ce9630c1d8a86e4 (patch)
tree49103b43808c8fb188a6df03393a6121b1d3bcfa /lisp/ChangeLog
parent4fceda3c2f20650ecd87d879449a27a1540e37cf (diff)
downloademacs-accd12667f307e6d60ab47d50ce9630c1d8a86e4.tar.gz
emacs-accd12667f307e6d60ab47d50ce9630c1d8a86e4.zip
(help-xref-interned): make it also work on variable-only and
function-only symbols. (help-make-xrefs): take advantage of the new `help-xref-interned'. (help-follow): if the point under mouse is not highlighted, try `help-xref-interned' on the pointed-to symbol anyway.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9573fb88510..604268b6ae6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
11999-10-13 Stefan Monnier <monnier@cs.yale.edu> 11999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * help.el (help-xref-interned): make it also work on variable-only and
4 function-only symbols.
5 (help-make-xrefs): take advantage of the new `help-xref-interned'.
6 (help-follow): if the point under mouse is not highlighted, try
7 `help-xref-interned' on the pointed-to symbol anyway.
8
3 * info.el (Info-on-current-buffer): new entry point. 9 * info.el (Info-on-current-buffer): new entry point.
4 (Info-find-node): split into two for Info-on-current-buffer to 10 (Info-find-node): split into two for Info-on-current-buffer to
5 hook into it. 11 hook into it.