emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/type-break.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/type-break.el
Date: Tue, 06 May 2003 13:50:17 -0400

Index: emacs/lisp/type-break.el
diff -c emacs/lisp/type-break.el:1.26 emacs/lisp/type-break.el:1.27
*** emacs/lisp/type-break.el:1.26       Fri Apr 11 09:06:22 2003
--- emacs/lisp/type-break.el    Tue May  6 13:50:17 2003
***************
*** 8,14 ****
  ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs
  ;; Created: 1994-07-13
  
! ;; $Id: type-break.el,v 1.26 2003/04/11 13:06:22 jpw Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 8,14 ----
  ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs
  ;; Created: 1994-07-13
  
! ;; $Id: type-break.el,v 1.27 2003/05/06 17:50:17 lektu Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 97,103 ****
  (defcustom type-break-good-rest-interval (/ type-break-interval 6)
    "*Number of seconds of idle time considered to be an adequate typing rest.
  
! When this variable is non-`nil', emacs checks the idle time between
  keystrokes.  If this idle time is long enough to be considered a \"good\"
  rest from typing, then the next typing break is simply rescheduled for later.
  
--- 97,103 ----
  (defcustom type-break-good-rest-interval (/ type-break-interval 6)
    "*Number of seconds of idle time considered to be an adequate typing rest.
  
! When this variable is non-nil, emacs checks the idle time between
  keystrokes.  If this idle time is long enough to be considered a \"good\"
  rest from typing, then the next typing break is simply rescheduled for later.
  
***************
*** 145,151 ****
    :group 'type-break)
  
  (defcustom type-break-query-mode t
!   "*Non-`nil' means ask whether or not to prompt user for breaks.
  If so, call the function specified in the value of the variable
  `type-break-query-function' to do the asking."
    :type 'boolean
--- 145,151 ----
    :group 'type-break)
  
  (defcustom type-break-query-mode t
!   "*Non-nil means ask whether or not to prompt user for breaks.
  If so, call the function specified in the value of the variable
  `type-break-query-function' to do the asking."
    :type 'boolean
***************
*** 156,162 ****
  It should take a string as an argument, the prompt.
  Usually this should be set to `yes-or-no-p' or `y-or-n-p'.
  
! To avoid being queried at all, set `type-break-query-mode' to `nil'."
    :type '(radio function
                  (function-item yes-or-no-p)
                  (function-item y-or-n-p))
--- 156,162 ----
  It should take a string as an argument, the prompt.
  Usually this should be set to `yes-or-no-p' or `y-or-n-p'.
  
! To avoid being queried at all, set `type-break-query-mode' to nil."
    :type '(radio function
                  (function-item yes-or-no-p)
                  (function-item y-or-n-p))
***************
*** 222,228 ****
  ;; Mode line frobs
  
  (defcustom type-break-mode-line-message-mode nil
!   "*Non-`nil' means put type-break related messages in the mode line.
  Otherwise, messages typically go in the echo area.
  
  See also `type-break-mode-line-format' and its members."
--- 222,228 ----
  ;; Mode line frobs
  
  (defcustom type-break-mode-line-message-mode nil
!   "*Non-nil means put type-break related messages in the mode line.
  Otherwise, messages typically go in the echo area.
  
  See also `type-break-mode-line-format' and its members."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]