Mercurial > hg > xemacs-beta
diff lisp/hyperbole/hui-em19-b.el @ 36:c53a95d3c46d r19-15b101
Import from CVS: tag r19-15b101
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:53:38 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/hyperbole/hui-em19-b.el Mon Aug 13 08:53:21 2007 +0200 +++ b/lisp/hyperbole/hui-em19-b.el Mon Aug 13 08:53:38 2007 +0200 @@ -6,10 +6,10 @@ ;; KEYWORDS: faces, hypermedia ;; ;; AUTHOR: Bob Weiner -;; ORG: Brown U. +;; ORG: InfoDock Associates ;; ;; ORIG-DATE: 21-Aug-92 -;; LAST-MOD: 24-Oct-95 at 19:54:59 by Bob Weiner +;; LAST-MOD: 26-Feb-97 at 01:58:45 by Bob Weiner ;; ;; This file is part of Hyperbole. ;; It is for use with GNU Emacs V19. @@ -75,7 +75,7 @@ (defun hproperty:but-add (start end face) "Add between START and END a button using FACE in current buffer. -If 'hproperty:but-emphasize-p' is non-nil when this is called, emphasize that +If `hproperty:but-emphasize-p' is non-nil when this is called, emphasize that button is selectable whenever the mouse cursor moves over it." (let ((but (make-overlay start end))) (overlay-put but 'face face) @@ -106,7 +106,7 @@ If REGEXP-MATCH is non-nil, only buttons matching this argument are highlighted. -If 'hproperty:but-emphasize-p' is non-nil when this is called, emphasize that +If `hproperty:but-emphasize-p' is non-nil when this is called, emphasize that button is selectable whenever the mouse cursor moves over it." (interactive) (hproperty:but-clear)