comparison lispref/backups.texi @ 27301:8c79b30d8475

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Jan 2000 05:22:30 +0000
parents d2e5f1b7d8e2
children d6bc065a3df2
comparison
equal deleted inserted replaced
27300:baffb2de5ce9 27301:8c79b30d8475
517 @defopt auto-save-timeout 517 @defopt auto-save-timeout
518 The value of this variable is the number of seconds of idle time that 518 The value of this variable is the number of seconds of idle time that
519 should cause auto-saving. Each time the user pauses for this long, 519 should cause auto-saving. Each time the user pauses for this long,
520 Emacs does auto-saving for all buffers in which that is enabled. (If 520 Emacs does auto-saving for all buffers in which that is enabled. (If
521 the current buffer is large, the specified timeout is multiplied by a 521 the current buffer is large, the specified timeout is multiplied by a
522 factor that depends increases as the size increases; for a million-byte 522 factor that increases as the size increases; for a million-byte
523 buffer, the factor is almost 4.) 523 buffer, the factor is almost 4.)
524 524
525 If the value is zero or nil, then auto-saving is not done as a result 525 If the value is zero or nil, then auto-saving is not done as a result
526 of idleness, only after a certain number of input events 526 of idleness, only after a certain number of input events
527 as specified by @code{auto-save-interval}. 527 as specified by @code{auto-save-interval}.