mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; 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'.
This commit is contained in:
parent
d4be4f3f12
commit
c03d44bb3d
@ -190,8 +190,7 @@ The message is @samp{Symbol's value as variable is void}.
|
||||
@xref{Accessing Variables}.
|
||||
|
||||
@item wrong-number-of-arguments
|
||||
The message is @samp{Wrong number of arguments}. @xref{Classifying
|
||||
Lists}.
|
||||
The message is @samp{Wrong number of arguments}. @xref{Argument List}.
|
||||
|
||||
@item wrong-type-argument
|
||||
The message is @samp{Wrong type argument}. @xref{Type Predicates}.
|
||||
|
@ -310,6 +310,7 @@ stored as symbol function definitions to produce named functions
|
||||
|
||||
@node Argument List
|
||||
@subsection Other Features of Argument Lists
|
||||
@kindex wrong-number-of-arguments
|
||||
@cindex argument binding
|
||||
@cindex binding arguments
|
||||
@cindex argument lists, features
|
||||
|
Loading…
Reference in New Issue
Block a user