Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 13 14:48:57 1999 +0000 +++ b/lisp/ChangeLog Wed Oct 13 16:14:15 1999 +0000 @@ -1,5 +1,11 @@ 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> + * help.el (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. + * info.el (Info-on-current-buffer): new entry point. (Info-find-node): split into two for Info-on-current-buffer to hook into it.