]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-sort-items): Doc fix (bug#11121).
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 05:05:06 +0000 (21:05 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 05:05:06 +0000 (21:05 -0800)
Fixes: debbugs:11122
lisp/ChangeLog
lisp/cus-edit.el

index c438c6c72869629acc1e77c6502066415eea29d1..bcccef8e262b6ec9517403b9abf1c534ed0ee3b2 100644 (file)
@@ -2,6 +2,7 @@
 
        * cus-edit.el (customize-apropos): Fix error string.
        (custom-buffer-create): Doc fix (bug#11122).
+       (custom-sort-items): Doc fix (bug#11121).
 
        * dired-aux.el (dired-copy-file-recursive): Remove slighly
        misleading comment (bug#11328).
index 3463f387da4e5243f83b16382ab4ff4fa043a06f..86936df2905ba435db2780b503c66c25f13e47ff 100644 (file)
@@ -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."