Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1038:4bc5bb3ea5ad | 1039:a97af4f94589 |
---|---|
1319 (vector "Set variable" 'hyper-apropos-set-variable variable-p) | 1319 (vector "Set variable" 'hyper-apropos-set-variable variable-p) |
1320 (vector "Customize variable" 'hyper-apropos-customize-variable | 1320 (vector "Customize variable" 'hyper-apropos-customize-variable |
1321 customizable-p) | 1321 customizable-p) |
1322 (vector "Show keys for" 'hyper-apropos-where-is command-p) | 1322 (vector "Show keys for" 'hyper-apropos-where-is command-p) |
1323 (vector "Invoke command" 'hyper-apropos-invoke-fn command-p) | 1323 (vector "Invoke command" 'hyper-apropos-invoke-fn command-p) |
1324 (vector "Find function" 'hyper-apropos-find-function function-p) | 1324 (vector "Find function" 'hyper-apropos-find-function function-p) |
1325 (vector "Find variable" 'hyper-apropos-find-variable variable-p) | |
1325 (vector "Find tag" 'hyper-apropos-find-tag notjunk) | 1326 (vector "Find tag" 'hyper-apropos-find-tag notjunk) |
1326 (and apropos-p | 1327 (and apropos-p |
1327 ["Add keyword..." hyper-apropos-add-keyword t]) | 1328 ["Add keyword..." hyper-apropos-add-keyword t]) |
1328 (and apropos-p | 1329 (and apropos-p |
1329 ["Eliminate keyword..." hyper-apropos-eliminate-keyword t]) | 1330 ["Eliminate keyword..." hyper-apropos-eliminate-keyword t]) |