diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/control.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 34f5f570440..975ab3d0759 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -1090,12 +1090,10 @@ Matches if @var{expval} is a vector of length @var{m} whose | |||
| 1090 | 1090 | ||
| 1091 | @item @var{symbol} | 1091 | @item @var{symbol} |
| 1092 | @itemx @var{keyword} | 1092 | @itemx @var{keyword} |
| 1093 | @itemx @var{integer} | 1093 | @itemx @var{number} |
| 1094 | @itemx @var{string} | 1094 | @itemx @var{string} |
| 1095 | Matches if the corresponding element of @var{expval} is | 1095 | Matches if the corresponding element of @var{expval} is |
| 1096 | @code{equal} to the specified literal object. | 1096 | @code{equal} to the specified literal object. |
| 1097 | Note that, aside from @var{symbol}, this is the same set of | ||
| 1098 | self-quoting literal objects that are acceptable as a core pattern. | ||
| 1099 | 1097 | ||
| 1100 | @item ,@var{pattern} | 1098 | @item ,@var{pattern} |
| 1101 | Matches if the corresponding element of @var{expval} | 1099 | Matches if the corresponding element of @var{expval} |