Mercurial > emacs
changeset 86447:598f0ef502b4
(Declaring Functions): Fix typo in directive.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 26 Nov 2007 08:48:31 +0000 |
parents | 39b77bce26fd |
children | ab291da3e836 |
files | doc/lispref/functions.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/functions.texi Mon Nov 26 07:28:37 2007 +0000 +++ b/doc/lispref/functions.texi Mon Nov 26 08:48:31 2007 +0000 @@ -1252,12 +1252,12 @@ @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