Mercurial > hg > xemacs-beta
comparison man/lispref/backups.texi @ 359:8e84bee8ddd0 r21-1-9
Import from CVS: tag r21-1-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:55 +0200 |
parents | 376386a54a3c |
children | a4f53d9b3154 576fb035e263 |
comparison
equal
deleted
inserted
replaced
358:fed6e0f6a03a | 359:8e84bee8ddd0 |
---|---|
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 trim-versions-without-asking | 229 @defopt delete-old-versions |
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 |