aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-10-27 12:52:28 +0000
committerDave Love2000-10-27 12:52:28 +0000
commitaa6a7cf251768b802725f2a70b26202b8f4d42e1 (patch)
treee454d322e91f5d2ae3cf19c283a98f136ea132f2
parent7432cf10eb3f2919c0ca86956adcea8a321e8411 (diff)
downloademacs-aa6a7cf251768b802725f2a70b26202b8f4d42e1.tar.gz
emacs-aa6a7cf251768b802725f2a70b26202b8f4d42e1.zip
Revert last change.
-rw-r--r--lispref/customize.texi17
1 files changed, 0 insertions, 17 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index 71dc5b90740..0da420cafc9 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -734,23 +734,6 @@ The value must be a list and each element of the list must fit the type
734@var{element-type}. This appears in the customization buffer as a 734@var{element-type}. This appears in the customization buffer as a
735list of elements, with @samp{[INS]} and @samp{[DEL]} buttons for adding 735list of elements, with @samp{[INS]} and @samp{[DEL]} buttons for adding
736more elements or removing elements. 736more elements or removing elements.
737
738@item (checklist @var{type} @dots{})
739The @var{type} arguments represent each checklist item. The value will
740be a list containing the values of all checked @var{type} arguments.
741The checklist will match a list whose elements all match at least one of
742the specified @var{type} arguments.
743
744Usually a checklist will only match if the items are in the exact
745sequence given in the specification. If you supply the additional
746arguments @code{:greedy t}, it will allow the items to come in any
747sequence. However, if you extract the value they will be in the
748sequence given in the checklist, i.e.@: the original sequence is
749forgotten.
750
751Using this type with @code{:greedy} is useful for specifying association
752or property lists with keys from a fixed set and properly-typed
753arguments.
754@end table 737@end table
755 738
756@node Splicing into Lists 739@node Splicing into Lists