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 /doc/lispref/errors.texi | |
| 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'.
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 3 |
1 files changed, 1 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}. |