From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 05:05:06 +0000 (-0800) Subject: (custom-sort-items): Doc fix (bug#11121). X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~66 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e4a57ac6d0ad48188fe085d2f387e8bbe3c5fb4;p=emacs.git (custom-sort-items): Doc fix (bug#11121). Fixes: debbugs:11122 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c438c6c7286..bcccef8e262 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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). diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 3463f387da4..86936df2905 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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."