comparison man/lispref/backups.texi @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents cc15677e0335
children 697ef44129c6
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
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