Mercurial > emacs
comparison lisp/ChangeLog @ 26005:6613b3835666
(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.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 13 Oct 1999 16:14:15 +0000 |
parents | 11f91800bec3 |
children | 88c485e220ab |
comparison
equal
deleted
inserted
replaced
26004:11f91800bec3 | 26005:6613b3835666 |
---|---|
1 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | 1 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
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. | |
2 | 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. |
6 (Info-current-file, Info-set-mode-line, Info-up): | 12 (Info-current-file, Info-set-mode-line, Info-up): |