aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-11-26 08:48:31 +0000
committerJuanma Barranquero <[email protected]>2007-11-26 08:48:31 +0000
commit7a6a17280d3bb921023587ba549398eea0d0ecf3 (patch)
treeee6aa6f6d1bfc954c01a34274451f1a1bba44436
parent60806b7399683a8bddf4cb25ecce2534b4784e76 (diff)
(Declaring Functions): Fix typo in directive.
-rw-r--r--doc/lispref/functions.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index b8fc9a4195..182d26511b 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -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