comparison src/keyboard.c @ 701:e7eb08ed73c0

*** empty log message ***
author Joseph Arceneaux <jla@gnu.org>
date Tue, 09 Jun 1992 02:43:52 +0000
parents e3fac20d3015
children 030fb4635335
comparison
equal deleted inserted replaced
700:6a15fb0422ef 701:e7eb08ed73c0
3574 3574
3575 DEFVAR_LISP ("auto-save-timeout", &Vauto_save_timeout, 3575 DEFVAR_LISP ("auto-save-timeout", &Vauto_save_timeout,
3576 "*Number of seconds idle time before auto-save.\n\ 3576 "*Number of seconds idle time before auto-save.\n\
3577 Zero or nil means disable auto-saving due to idleness.\n\ 3577 Zero or nil means disable auto-saving due to idleness.\n\
3578 After auto-saving due to this many seconds of idle time,\n\ 3578 After auto-saving due to this many seconds of idle time,\n\
3579 Emacs also does a garbage collection if that seems to be warranted." 3579 Emacs also does a garbage collection if that seems to be warranted.");
3580 XFASTINT (Vauto_save_timeout) = 30; 3580 XFASTINT (Vauto_save_timeout) = 30;
3581 3581
3582 DEFVAR_INT ("echo-keystrokes", &echo_keystrokes, 3582 DEFVAR_INT ("echo-keystrokes", &echo_keystrokes,
3583 "*Nonzero means echo unfinished commands after this many seconds of pause."); 3583 "*Nonzero means echo unfinished commands after this many seconds of pause.");
3584 echo_keystrokes = 1; 3584 echo_keystrokes = 1;