Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1e4a57ac
Commit
1e4a57ac
authored
Feb 08, 2014
by
Lars Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(custom-sort-items): Doc fix (bug#11121).
Fixes: debbugs:11122
parent
382fd368
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/cus-edit.el
lisp/cus-edit.el
+1
-1
No files found.
lisp/ChangeLog
View file @
1e4a57ac
...
...
@@ -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).
...
...
lisp/cus-edit.el
View file @
1e4a57ac
...
...
@@ -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' propert
y
.
ITEMS should be a
list of
`custom-group' propert
ies
.
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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment