(custom-sort-items): Doc fix (bug#11121).

Fixes: debbugs:11122
This commit is contained in:
Lars Ingebrigtsen 2014-02-08 21:05:06 -08:00
parent 382fd3687b
commit 1e4a57ac6d
2 changed files with 2 additions and 1 deletions

View 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).

View 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."