# HG changeset patch # User youngs # Date 1034048712 0 # Node ID a97af4f94589e54be13433bd83590a15b049dea0 # Parent 4bc5bb3ea5ad8e9677add4e033bc8c58a4c41f00 [xemacs-hg @ 2002-10-08 03:45:05 by youngs] 2002-09-12 John Paul Wallington * hyper-apropos.el (hyper-apropos-popup-menu): Add "Find Variable" menu entry for `hyper-apropos-find-variable'. diff -r 4bc5bb3ea5ad -r a97af4f94589 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 08 03:36:13 2002 +0000 +++ b/lisp/ChangeLog Tue Oct 08 03:45:12 2002 +0000 @@ -1,3 +1,8 @@ +2002-09-12 John Paul Wallington + + * hyper-apropos.el (hyper-apropos-popup-menu): Add "Find Variable" + menu entry for `hyper-apropos-find-variable'. + 2002-09-03 John Paul Wallington * help.el (view-lossage): Change interactive spec to "P". diff -r 4bc5bb3ea5ad -r a97af4f94589 lisp/hyper-apropos.el --- 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])