]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-edit.el
Close bug#3992.
[gnu-emacs] / lisp / cus-edit.el
index 4c3597db6d994a06a740a40fdc0dae6cdef80821..b815e31f31cb37a0b3ecaf4364b020b6b8c75bf8 100644 (file)
@@ -1,7 +1,7 @@
 ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages
 ;;
 ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+;;   2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Maintainer: FSF
   :group 'environment)
 
 (defgroup hardware nil
-  "Support for interfacing with exotic hardware."
+  "Support for interfacing with miscellaneous hardware."
   :group 'environment)
 
 (defgroup terminals nil
   :group 'environment)
 
 (defgroup data nil
-  "Support editing files of data."
+  "Support for editing files of data."
   :group 'emacs)
 
 (defgroup files nil
-  "Support editing files."
+  "Support for editing files."
   :group 'emacs)
 
 (defgroup wp nil
@@ -709,7 +709,7 @@ If `last', order groups after non-groups."
                 (const :tag "none" nil))
   :group 'custom-menu)
 
-;;;###autoload (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
+;;;###autoload (add-hook 'same-window-regexps (purecopy "\\`\\*Customiz.*\\*\\'"))
 
 (defun custom-sort-items (items sort-alphabetically order-groups)
   "Return a sorted copy of ITEMS.