]> code.delx.au - gnu-emacs/blobdiff - lisp/type-break.el
* doc/lispref/numbers.texi (Numeric Conversions): Fix a typo.
[gnu-emacs] / lisp / type-break.el
index e4fa02f9fe604ecc4515adc055f6e66e21f3c0e7..3e09a7a6c061a7ccf811d2dfa133bad9b18df293 100644 (file)
@@ -1,6 +1,6 @@
 ;;; type-break.el --- encourage rests from typing at appropriate intervals  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1994-1995, 1997, 2000-2013 Free Software Foundation,
+;; Copyright (C) 1994-1995, 1997, 2000-2014 Free Software Foundation,
 ;; Inc.
 
 ;; Author: Noah Friedman
@@ -418,7 +418,7 @@ Variables controlling the display of messages in the mode line include:
         `global-mode-string'
         `type-break-mode-line-break-message'
         `type-break-mode-line-warning'"
-  :global t)
+  :global t :group 'type-break)
 
 (define-minor-mode type-break-query-mode
   "Toggle typing break queries.
@@ -428,7 +428,7 @@ enable them if ARG is omitted or nil.
 
 The user may also enable or disable this mode simply by setting
 the variable of the same name."
-  :global t)
+  :global t :group 'type-break)
 
 \f
 ;;; session file functions