]> code.delx.au - gnu-emacs/blobdiff - lisp/paren.el
(url-http-mark-connection-as-free, url-http-find-free-connection):
[gnu-emacs] / lisp / paren.el
index f5327c3b3445df9e34909bbc982590dd5aa94adb..29506174c6b07485ef1ccd1c44fdd288b3762ffa 100644 (file)
@@ -1,7 +1,7 @@
 ;;; paren.el --- highlight matching paren
 
 ;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004,
-;;   2005 Free Software Foundation, Inc.
+;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: rms@gnu.org
 ;; Maintainer: FSF
@@ -72,8 +72,8 @@ otherwise)."
   :group 'paren-showing
   :version "20.3")
 
-(defgroup paren-showing-faces ()
-  "Group for faces of Show Paren mode"
+(defgroup paren-showing-faces nil
+  "Group for faces of Show Paren mode."
   :group 'paren-showing
   :group 'faces
   :version "22.1")
@@ -88,7 +88,7 @@ otherwise)."
     (t
      :background "gray"))
   "Show Paren mode face used for a matching paren."
-  :group 'show-paren-faces)
+  :group 'paren-showing-faces)
 ;; backward-compatibility alias
 (put 'show-paren-match-face 'face-alias 'show-paren-match)
 
@@ -96,7 +96,7 @@ otherwise)."
   '((((class color)) (:foreground "white" :background "purple"))
     (t (:inverse-video t)))
   "Show Paren mode face used for a mismatching paren."
-  :group 'show-paren-faces)
+  :group 'paren-showing-faces)
 ;; backward-compatibility alias
 (put 'show-paren-mismatch-face 'face-alias 'show-paren-mismatch)