changeset 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 4bc5bb3ea5ad
children 5323022ae863
files lisp/ChangeLog lisp/hyper-apropos.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <jpw@shootybangbang.com>
+
+	* hyper-apropos.el (hyper-apropos-popup-menu): Add "Find Variable"
+	menu entry for `hyper-apropos-find-variable'.
+
 2002-09-03  John Paul Wallington  <jpw@shootybangbang.com>
 
 	* help.el (view-lossage): Change interactive spec to "P".
--- 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])