(Declaring Functions): Fix typo in directive.

This commit is contained in:
Juanma Barranquero 2007-11-26 08:48:31 +00:00
parent 60806b7399
commit 7a6a17280d

View file

@ -1252,12 +1252,12 @@ first use of the function in question:
@smallexample
(declare-function gud-find-c-expr "gud.el" nil)
@end smalllexample
@end smallexample
This says that @code{gud-find-c-expr} is defined in @file{gud.el} (the
@samp{.el} can be omitted). The compiler takes for granted that that file
really defines the function, and does not check.
The optional third argument specifies the argument list of
@code{gud-find-c-expr}. In this case, it takes no arguments
(@code{nil} is different from not specifying a value). In other