diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/errors.texi | 3 | ||||
| -rw-r--r-- | doc/lispref/functions.texi | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index c2bab019274..03aea4ef445 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -190,8 +190,7 @@ The message is @samp{Symbol's value as variable is void}. | |||
| 190 | @xref{Accessing Variables}. | 190 | @xref{Accessing Variables}. |
| 191 | 191 | ||
| 192 | @item wrong-number-of-arguments | 192 | @item wrong-number-of-arguments |
| 193 | The message is @samp{Wrong number of arguments}. @xref{Classifying | 193 | The message is @samp{Wrong number of arguments}. @xref{Argument List}. |
| 194 | Lists}. | ||
| 195 | 194 | ||
| 196 | @item wrong-type-argument | 195 | @item wrong-type-argument |
| 197 | The message is @samp{Wrong type argument}. @xref{Type Predicates}. | 196 | The message is @samp{Wrong type argument}. @xref{Type Predicates}. |
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index db272fb761c..bc04beeebca 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -310,6 +310,7 @@ stored as symbol function definitions to produce named functions | |||
| 310 | 310 | ||
| 311 | @node Argument List | 311 | @node Argument List |
| 312 | @subsection Other Features of Argument Lists | 312 | @subsection Other Features of Argument Lists |
| 313 | @kindex wrong-number-of-arguments | ||
| 313 | @cindex argument binding | 314 | @cindex argument binding |
| 314 | @cindex binding arguments | 315 | @cindex binding arguments |
| 315 | @cindex argument lists, features | 316 | @cindex argument lists, features |