comparison man/lispref/annotations.texi @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents ac2d302a0011
children 131b0175ea99
comparison
equal deleted inserted replaced
53:875393c1a535 54:05472e90ae02
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.