emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116370: (custom-sort-items): Doc fix (bug#11121).


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116370: (custom-sort-items): Doc fix (bug#11121).
Date: Sun, 09 Feb 2014 05:06:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116370
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/11122
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 21:05:06 -0800
message:
  (custom-sort-items): Doc fix (bug#11121).
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/cus-edit.el               cusedit.el-20091113204419-o5vbwnq5f7feedwu-1091
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 05:00:37 +0000
+++ b/lisp/ChangeLog    2014-02-09 05:05:06 +0000
@@ -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).

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2014-02-09 05:00:37 +0000
+++ b/lisp/cus-edit.el  2014-02-09 05:05:06 +0000
@@ -699,7 +699,7 @@
 
 (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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]