comparison man/lispref/annotations.texi @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 05472e90ae02
children 1856695b1fa9
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
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. 145 modify the buffer text. The annotation deleted is returned.
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.