emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 351c079 03/64: Add some concept index entries for


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 351c079 03/64: Add some concept index entries for custom types
Date: Sun, 01 May 2016 18:18:38 +0000

branch: emacs-25
commit 351c079cf69d41b473edba43e0e960bd5a175273
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Add some concept index entries for custom types
    
    * doc/lispref/customize.texi (Composite Types): Add concept
    index entries for restricted-sexp, radio and choice (bug#7385).
    
    (cherry picked from commit 388bb723fa078158d3148de05e942f9c01e95dd8)
---
 doc/lispref/customize.texi |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index 994c346..14e6eb3 100644
--- a/doc/lispref/customize.texi
+++ b/doc/lispref/customize.texi
@@ -841,6 +841,7 @@ most general last.  Here's an example of proper usage:
 This way, the special value @code{nil} is not treated like other
 symbols, and symbols are not treated like other Lisp expressions.
 
address@hidden radio, customization types
 @item (radio @address@hidden)
 This is similar to @code{choice}, except that the choices are displayed
 using radio buttons rather than a menu.  This has the advantage of
@@ -936,6 +937,7 @@ The value must be a list and each element of the list must 
fit the type
 list of elements, with @samp{[INS]} and @samp{[DEL]} buttons for adding
 more elements or removing elements.
 
address@hidden restricted-sexp, customization types
 @item (restricted-sexp :match-alternatives @var{criteria})
 This is the most general composite type construct.  The value may be
 any Lisp object that satisfies one of @var{criteria}.  @var{criteria}
@@ -1020,6 +1022,7 @@ and whose remaining arguments should be zero or more of 
@code{foo} and
 This matches values such as @code{(baz)}, @code{(baz foo)}, @code{(baz bar)}
 and @code{(baz foo bar)}.
 
address@hidden choice, customization types
   When the element-type is a @code{choice}, you use @code{:inline} not
 in the @code{choice} itself, but in (some of) the alternatives of the
 @code{choice}.  For example, to match a list which must start with a



reply via email to

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