Mercurial > hg > xemacs-beta
diff lisp/utils/text-props.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | bcdc7deadc19 |
line wrap: on
line diff
--- a/lisp/utils/text-props.el Mon Aug 13 08:45:53 2007 +0200 +++ b/lisp/utils/text-props.el Mon Aug 13 08:46:35 2007 +0200 @@ -90,7 +90,7 @@ ;;; shell-font.el and font-lock.el could put-text-property to attach fonts to ;;; the buffer. However, what these packages are interested in is the ;;; efficient extent partitioning behavior which this code exhibits, not the -;;; duplicability aspect of it. In fact, either of these packages could be be +;;; duplicability aspect of it. In fact, either of these packages could be ;;; implemented by creating a one-character non-expandable extent for each ;;; character in the buffer, except that that would be extremely wasteful of ;;; memory. (Redisplay performance would be fine, however.)