emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-mode.el,v


From: Robert J. Chassell
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el,v
Date: Mon, 25 Feb 2008 16:30:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Robert J. Chassell <bob>        08/02/25 16:30:31

Index: help-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help-mode.el,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- help-mode.el        20 Feb 2008 11:26:36 -0000      1.61
+++ help-mode.el        25 Feb 2008 16:30:31 -0000      1.62
@@ -159,6 +159,12 @@
   'help-function #'help-xref-go-forward
   'help-echo (purecopy "mouse-2, RET: move forward to next help buffer"))
 
+(define-button-type 'help-info-variable
+  :supertype 'help-xref
+  ;; the name of the variable is put before the argument to Info
+  'help-function (lambda (a v) (info v))
+  'help-echo (purecopy "mouse-2, RET: read this Info node"))
+
 (define-button-type 'help-info
   :supertype 'help-xref
   'help-function #'info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]