Mercurial > hg > xemacs-beta
diff lisp/hyperbole/hui-em19-b.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | c53a95d3c46d |
children | 8619ce7e4c50 |
line wrap: on
line diff
--- a/lisp/hyperbole/hui-em19-b.el Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/hyperbole/hui-em19-b.el Mon Aug 13 09:02:59 2007 +0200 @@ -6,10 +6,10 @@ ;; KEYWORDS: faces, hypermedia ;; ;; AUTHOR: Bob Weiner -;; ORG: InfoDock Associates +;; ORG: Brown U. ;; ;; ORIG-DATE: 21-Aug-92 -;; LAST-MOD: 26-Feb-97 at 01:58:45 by Bob Weiner +;; LAST-MOD: 24-Oct-95 at 19:54:59 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)