comparison man/xemacs/files.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 5a79be0ef6a8
children cc15677e0335
comparison
equal deleted inserted replaced
358:fed6e0f6a03a 359:8e84bee8ddd0
475 newest (highest-numbered) ones to keep, each time a new backup is made. 475 newest (highest-numbered) ones to keep, each time a new backup is made.
476 The values are used just after a new backup version is made; 476 The values are used just after a new backup version is made;
477 that newly made backup is included in the count in @code{kept-new-versions}. 477 that newly made backup is included in the count in @code{kept-new-versions}.
478 By default, both variables are 2. 478 By default, both variables are 2.
479 479
480 @vindex trim-versions-without-asking 480 @vindex delete-old-versions
481 If @code{trim-versions-without-asking} is non-@code{nil}, excess 481 If @code{delete-old-versions} is non-@code{nil}, excess
482 middle versions are deleted without notification. If it is @code{nil}, the 482 middle versions are deleted without notification. If it is @code{nil}, the
483 default, you are asked whether the excess middle versions should 483 default, you are asked whether the excess middle versions should
484 really be deleted. 484 really be deleted.
485 485
486 You can also use Dired's @kbd{.} (Period) command to delete old versions. 486 You can also use Dired's @kbd{.} (Period) command to delete old versions.