Mercurial > hg > xemacs-beta
diff man/lispref/files.texi @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | b980b6286996 |
children | 7df0dd720c89 |
line wrap: on
line diff
--- a/man/lispref/files.texi Mon Aug 13 09:32:45 2007 +0200 +++ b/man/lispref/files.texi Mon Aug 13 09:33:18 2007 +0200 @@ -455,8 +455,8 @@ @deffn Command append-to-file start end filename This function appends the contents of the region delimited by @var{start} and @var{end} in the current buffer to the end of file -@var{filename}. If that file does not exist, it is created. This -function returns @code{nil}. +@var{filename}. If that file does not exist, it is created. If that +file exists it is overwritten. This function returns @code{nil}. An error is signaled if @var{filename} specifies a nonwritable file, or a nonexistent file in a directory where files cannot be created.