]> code.delx.au - gnu-emacs/commitdiff
(Declaring Functions): Fix typo in directive.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Nov 2007 08:48:31 +0000 (08:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Nov 2007 08:48:31 +0000 (08:48 +0000)
doc/lispref/functions.texi

index b8fc9a419548447a3e7754fd77718c01517cd4a0..182d26511b1eeccc966188e85a8ea90212a72ceb 100644 (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