Mercurial > hg > xemacs-beta
diff src/fileio.c @ 764:3c5d0bca9200
[xemacs-hg @ 2002-03-05 13:00:37 by stephent]
document autosave and write-region <87g03ftbz2.fsf@tleeps18.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 05 Mar 2002 13:00:38 +0000 |
parents | 358bd84dc7ff |
children | 943eaba38521 |
line wrap: on
line diff
--- a/src/fileio.c Tue Mar 05 12:53:11 2002 +0000 +++ b/src/fileio.c Tue Mar 05 13:00:38 2002 +0000 @@ -3114,6 +3114,11 @@ present, both functions are identical and ignore the CODESYS argument.) If support for Mule exists in this Emacs, the file is encoded according to the value of CODESYS. If this is nil, no code conversion occurs. + +As a special kludge to support auto-saving, when START is nil START and +END are set to the beginning and end, respectively, of the buffer, +regardless of any restrictions. Don't use this feature. It is documented +here because write-region handler writers need to be aware of it. */ (start, end, filename, append, visit, lockname, codesys)) {