Mercurial > hg > xemacs-beta
comparison man/lispref/annotations.texi @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | 131b0175ea99 |
children |
comparison
equal
deleted
inserted
replaced
141:ea67ad3963dc | 142:1856695b1fa9 |
---|---|
140 The newly created annotation is returned. | 140 The newly created annotation is returned. |
141 @end defun | 141 @end defun |
142 | 142 |
143 @defun delete-annotation annotation | 143 @defun delete-annotation annotation |
144 This function removes @var{annotation} from its buffer. This does not | 144 This function removes @var{annotation} from its buffer. This does not |
145 modify the buffer text. The annotation deleted is returned. | 145 modify the buffer text. |
146 @end defun | 146 @end defun |
147 | 147 |
148 @defun annotationp annotation | 148 @defun annotationp annotation |
149 This function returns @code{t} if @var{annotation} is an annotation, | 149 This function returns @code{t} if @var{annotation} is an annotation, |
150 @code{nil} otherwise. | 150 @code{nil} otherwise. |