diff options
| author | Eli Zaretskii | 2016-10-08 17:16:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-10-08 17:16:33 +0300 |
| commit | c03d44bb3d975a982a9d84eea54b73cc3d049035 (patch) | |
| tree | 7839dee4ca6630c9032a28a31fe463e917baaa50 | |
| parent | d4be4f3f122625cb0e599ad83714f6bec35db83d (diff) | |
| download | emacs-c03d44bb3d975a982a9d84eea54b73cc3d049035.tar.gz emacs-c03d44bb3d975a982a9d84eea54b73cc3d049035.zip | |
; Fix last commit
* doc/lispref/functions.texi (Argument List): Restore the index
entry for 'wrong-number-of-arguments'. (Bug#24222)
* doc/lispref/errors.texi: Fix cross-reference for
'wrong-number-of-arguments'.
| -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 |