]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-edit.el
* electric.el (global-map): Really bind C-j.
[gnu-emacs] / lisp / cus-edit.el
index 3463f387da4e5243f83b16382ab4ff4fa043a06f..212e29069eb312c65a9ffe7c8f54ffd1f690de67 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1996-1997, 1999-2014 Free Software Foundation, Inc.
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: help, faces
 ;; Package: emacs
 
@@ -699,7 +699,7 @@ If `last', order groups after non-groups."
 
 (defun custom-sort-items (items sort-alphabetically order-groups)
   "Return a sorted copy of ITEMS.
-ITEMS should be a `custom-group' property.
+ITEMS should be a list of `custom-group' properties.
 If SORT-ALPHABETICALLY non-nil, sort alphabetically.
 If ORDER-GROUPS is `first' order groups before non-groups, if `last' order
 groups after non-groups, if nil do not order groups at all."