Mercurial > hg > xemacs-beta
diff lisp/hyper-apropos.el @ 1039:a97af4f94589
[xemacs-hg @ 2002-10-08 03:45:05 by youngs]
2002-09-12 John Paul Wallington <jpw@shootybangbang.com>
* hyper-apropos.el (hyper-apropos-popup-menu): Add "Find Variable"
menu entry for `hyper-apropos-find-variable'.
author | youngs |
---|---|
date | Tue, 08 Oct 2002 03:45:12 +0000 |
parents | 79940b592197 |
children | 57b76886836d |
line wrap: on
line diff
--- a/lisp/hyper-apropos.el Tue Oct 08 03:36:13 2002 +0000 +++ b/lisp/hyper-apropos.el Tue Oct 08 03:45:12 2002 +0000 @@ -1321,7 +1321,8 @@ customizable-p) (vector "Show keys for" 'hyper-apropos-where-is command-p) (vector "Invoke command" 'hyper-apropos-invoke-fn command-p) - (vector "Find function" 'hyper-apropos-find-function function-p) + (vector "Find function" 'hyper-apropos-find-function function-p) + (vector "Find variable" 'hyper-apropos-find-variable variable-p) (vector "Find tag" 'hyper-apropos-find-tag notjunk) (and apropos-p ["Add keyword..." hyper-apropos-add-keyword t])