Mercurial > hg > xemacs-beta
comparison man/lispref/backups.texi @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | a86b2b5e0111 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
224 as old versions and those numbered 5 and 7 are kept as new versions; | 224 as old versions and those numbered 5 and 7 are kept as new versions; |
225 backup version 3 is excess. The function @code{find-backup-file-name} | 225 backup version 3 is excess. The function @code{find-backup-file-name} |
226 (@pxref{Backup Names}) is responsible for determining which backup | 226 (@pxref{Backup Names}) is responsible for determining which backup |
227 versions to delete, but does not delete them itself. | 227 versions to delete, but does not delete them itself. |
228 | 228 |
229 @defopt delete-old-versions | 229 @defopt trim-versions-without-asking |
230 If this variable is non-@code{nil}, then saving a file deletes excess | 230 If this variable is non-@code{nil}, then saving a file deletes excess |
231 backup versions silently. Otherwise, it asks the user whether to delete | 231 backup versions silently. Otherwise, it asks the user whether to delete |
232 them. | 232 them. |
233 @end defopt | 233 @end defopt |
234 | 234 |